mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-02 22:13:07 +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