mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +00:00
SPIRV: Add support for BitField{Insert,SExtract,UExtract}
They should behave just like any other standard opcode. Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
committed by
Baldur Karlsson
parent
0d3496a9c0
commit
7fd5ab923e
@@ -5867,6 +5867,9 @@ void ParseSPIRV(uint32_t *spirv, size_t spirvLength, SPVModule &module)
|
||||
case spv::OpUConvert:
|
||||
case spv::OpSConvert:
|
||||
case spv::OpBitcast:
|
||||
case spv::OpBitFieldInsert:
|
||||
case spv::OpBitFieldSExtract:
|
||||
case spv::OpBitFieldUExtract:
|
||||
case spv::OpBitReverse:
|
||||
case spv::OpBitCount:
|
||||
case spv::OpAny:
|
||||
|
||||
Reference in New Issue
Block a user