mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 03:23:34 +00:00
glsl: F16x2 storage atomics
This commit is contained in:
@@ -113,6 +113,8 @@ std::string RegAlloc::GetType(Type type, u32 index) {
|
||||
switch (type) {
|
||||
case Type::U1:
|
||||
return "bool ";
|
||||
case Type::F16x2:
|
||||
return "f16vec2 ";
|
||||
case Type::U32:
|
||||
return "uint ";
|
||||
case Type::S32:
|
||||
|
||||
Reference in New Issue
Block a user