GCC warning fix - unhandled enums in switch statement
This commit is contained in:
parent
227e026dbf
commit
9cc6cd3ef4
1 changed files with 2 additions and 0 deletions
|
|
@ -351,6 +351,8 @@ spv::BuiltIn TGlslangToSpvTraverser::TranslateBuiltInDecoration(glslang::TBuiltI
|
||||||
case EShLangTessEvaluation:
|
case EShLangTessEvaluation:
|
||||||
builder.addCapability(spv::CapabilityTessellationPointSize);
|
builder.addCapability(spv::CapabilityTessellationPointSize);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return spv::BuiltInPointSize;
|
return spv::BuiltInPointSize;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue