Skip to content

Commit

Permalink
RD DXIL Disassembly use DxOp enum values instead of string comparison
Browse files Browse the repository at this point in the history
Added "dxOpFunctionNames" array to assert that the function name is as expected
  • Loading branch information
Zorro666 committed May 15, 2024
1 parent 2e2e090 commit d176e98
Show file tree
Hide file tree
Showing 3 changed files with 786 additions and 547 deletions.
1 change: 1 addition & 0 deletions renderdoc/driver/shaders/dxil/dxil_bytecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ enum class DXOp : uint32_t
SampleCmpBias = 255,
StartVertexLocation = 256,
StartInstanceLocation = 257,
NumOpCodes = 258,
};

enum class AtomicBinOpCode : uint32_t
Expand Down
Loading

0 comments on commit d176e98

Please sign in to comment.