mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-10 04:20:06 +00:00
GCC warning fix - unhandled enums in switch statement
This commit is contained in:
parent
227e026dbf
commit
9cc6cd3ef4
@ -351,6 +351,8 @@ spv::BuiltIn TGlslangToSpvTraverser::TranslateBuiltInDecoration(glslang::TBuiltI
|
||||
case EShLangTessEvaluation:
|
||||
builder.addCapability(spv::CapabilityTessellationPointSize);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return spv::BuiltInPointSize;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user