Fix stray namespace issue.

This commit is contained in:
Hans-Kristian Arntzen 2023-10-14 12:36:34 +02:00
parent 724433d729
commit 105d5a8a79

View File

@ -1048,7 +1048,7 @@ ShaderResources Compiler::get_shader_resources(const unordered_set<VariableID> *
return res;
}
bool Compiler::type_is_top_level_block(const spirv_cross::SPIRType &type) const
bool Compiler::type_is_top_level_block(const SPIRType &type) const
{
if (type.basetype != SPIRType::Struct)
return false;