yuzu/src/video_core/renderer_opengl
Lioncash d1d7ce74d2 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.
2019-10-15 18:25:48 -04:00
..
2019-10-04 18:52:57 -04:00
2019-09-10 19:31:42 -03:00
2019-09-10 19:31:42 -03:00
2019-09-22 02:21:56 +02:00