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:
|
case EShLangTessEvaluation:
|
||||||
builder.addCapability(spv::CapabilityTessellationPointSize);
|
builder.addCapability(spv::CapabilityTessellationPointSize);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return spv::BuiltInPointSize;
|
return spv::BuiltInPointSize;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user