Skip to content

Commit

Permalink
Fix stray namespace issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKristian-Work committed Oct 14, 2023
1 parent 724433d commit 105d5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spirv_cross.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 105d5a8

Please sign in to comment.