mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 19:43:34 +00:00
glsl: Fix non-immediate buffer access
and many other misc implementations
This commit is contained in:
@@ -137,6 +137,10 @@ std::string RegAlloc::GetGlslType(Type type) {
|
||||
return "uvec2 ";
|
||||
case Type::F32x2:
|
||||
return "vec2 ";
|
||||
case Type::U32x3:
|
||||
return "uvec3 ";
|
||||
case Type::F32x3:
|
||||
return "vec3 ";
|
||||
case Type::U32x4:
|
||||
return "uvec4 ";
|
||||
case Type::F32x4:
|
||||
|
||||
Reference in New Issue
Block a user