mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-15 00:11:06 +00:00
Remove unused interface_block_names member.
This commit is contained in:
parent
6aa2007cba
commit
efaf75e620
@ -193,7 +193,6 @@ protected:
|
||||
void add_member_name(SPIRType &type, uint32_t name);
|
||||
std::unordered_set<std::string> local_variable_names;
|
||||
std::unordered_set<std::string> resource_names;
|
||||
std::unordered_set<std::string> interface_block_names;
|
||||
|
||||
bool processing_entry_point = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user