mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-19 04:05:41 +00:00
Move TypeName helper into common DXBC header
This commit is contained in:
@@ -310,6 +310,8 @@ struct CBufferVariableType
|
||||
rdcarray<CBufferVariable> members;
|
||||
};
|
||||
|
||||
rdcstr TypeName(CBufferVariableType::Descriptor desc);
|
||||
|
||||
struct CBufferVariable
|
||||
{
|
||||
rdcstr name;
|
||||
|
||||
@@ -130,8 +130,6 @@ enum class GlobalShaderFlags : int64_t
|
||||
|
||||
BITMASK_OPERATORS(GlobalShaderFlags);
|
||||
|
||||
rdcstr TypeName(CBufferVariableType::Descriptor desc);
|
||||
|
||||
struct RDEFHeader;
|
||||
|
||||
uint32_t DecodeFlags(const ShaderCompileFlags &compileFlags);
|
||||
|
||||
Reference in New Issue
Block a user