-
Notifications
You must be signed in to change notification settings - Fork 664
Typo option name used in spvTextToBinary #2414
Copy link
Copy link
Closed
Description
text.cpp specifies invalid option SPV_BINARY_TO_TEXT_OPTION_NONE should be SPV_TEXT_TO_BINARY_OPTION_NONE. Due to numerically they are the same -> typo.
spv_result_t spvTextToBinary(const spv_const_context context,
const char* input_text,
const size_t input_text_size, spv_binary* pBinary,
spv_diagnostic* pDiagnostic) {
return spvTextToBinaryWithOptions(context, input_text, input_text_size,
SPV_BINARY_TO_TEXT_OPTION_NONE, pBinary,
pDiagnostic);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels