mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add query to see if edited SPIR-V entry points need to list all globals
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user