Switched VecTypeHint to take a LiteralNumber instead of an ID

This commit is contained in:
Andrew Woloszyn 2015-09-22 15:49:27 -04:00 committed by David Neto
parent fabeeb863b
commit e0d351b3ad

View File

@ -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,