-
SPV: Fix #1258: cache constant structs by id, not opcode. · 46413d57John Kessenich authored
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.
46413d57
×