glsl: F16x2 storage atomics
This commit is contained in:
parent
5fa21197b9
commit
0adc9d2fc1
7 changed files with 64 additions and 58 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue