Commit d1d7ce74 authored by Lioncash's avatar Lioncash
Browse files

gl_shader_decompiler: Use std::holds_alternative within GenerateTexture()

This only ever queries if the type exists within the variant, but
doesn't actually do anything with the return value. We can just use
std::holds_alternative for this use case.
parent 67658dd6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment