mirror of
https://github.com/RPCS3/glslang.git
synced 2025-01-02 00:18:33 +00:00
Build: add switch default to make compilers happy
This commit is contained in:
parent
fba125a988
commit
be1085cb88
@ -1352,6 +1352,8 @@ public:
|
||||
case EbtBool:
|
||||
case EbtAtomicUint:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user