Skip to content

Commit f8116c6

Browse files
committed
RD DXIL Disassembly use DxOp enum values instead of string comparison
Added "dxOpFunctionNames" array to assert that the function name is as expected
1 parent 2e2e090 commit f8116c6

File tree

3 files changed

+783
-547
lines changed

3 files changed

+783
-547
lines changed

renderdoc/driver/shaders/dxil/dxil_bytecode.h

+1
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ enum class DXOp : uint32_t
570570
SampleCmpBias = 255,
571571
StartVertexLocation = 256,
572572
StartInstanceLocation = 257,
573+
NumOpCodes = 258,
573574
};
574575

575576
enum class AtomicBinOpCode : uint32_t

0 commit comments

Comments
 (0)