Add query to see if edited SPIR-V entry points need to list all globals

This commit is contained in:
baldurk
2021-05-07 16:04:13 +01:00
parent bac34ac84f
commit 3021cc9fa4
@@ -92,6 +92,7 @@ public:
}
StorageClass StorageBufferClass() { return m_StorageBufferClass; }
bool EntryPointAllGlobals() { return m_MajorVersion > 1 || m_MinorVersion >= 4; }
void DecorateStorageBufferStruct(Id id);
void SetName(Id id, const rdcstr &name);
void SetMemberName(Id id, uint32_t member, const rdcstr &name);