mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-26 01:31:06 +00:00
Switched VecTypeHint to take a LiteralNumber instead of an ID
This commit is contained in:
parent
fabeeb863b
commit
e0d351b3ad
@ -285,7 +285,7 @@ static const spv_operand_desc_t executionModeEntries[] = {
|
||||
ExecutionModeVecTypeHint,
|
||||
SPV_OPCODE_FLAGS_CAPABILITIES,
|
||||
CapabilityKernel,
|
||||
{SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_NONE}},
|
||||
{SPV_OPERAND_TYPE_LITERAL_NUMBER, SPV_OPERAND_TYPE_NONE}},
|
||||
{"ContractionOff",
|
||||
ExecutionModeContractionOff,
|
||||
SPV_OPCODE_FLAGS_CAPABILITIES,
|
||||
|
Loading…
Reference in New Issue
Block a user