SPV: Fix #1258: cache constant structs by id, not opcode.
Constants were generally cached by type opcode, but all structures share the
same type opcode (OpTypeStruct), so they need to be cached by type id.
Showing
Test/baseResults/spv.constStruct.vert.out
0 → 100755
Test/spv.constStruct.vert
0 → 100644
Please
register
or
sign in
to comment