mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Added DXBCContainer::GetGlobalShaderFlags()
This commit is contained in:
@@ -243,6 +243,7 @@ public:
|
||||
const DXIL::Program *GetDXILByteCode() const { return m_DXILByteCode; }
|
||||
DXIL::Program *GetDXILByteCode() { return m_DXILByteCode; }
|
||||
static void GetHash(uint32_t hash[4], const void *ByteCode, size_t BytecodeLength);
|
||||
GlobalShaderFlags GetGlobalShaderFlags() const { return m_GlobalFlags; }
|
||||
|
||||
const byte *GetNonDebugDXILByteCode() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user