mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
parent
d800bbbac9
commit
32b0f6739f
@ -778,7 +778,7 @@ spv_result_t spvTextToBinary(const spv_const_context context,
|
||||
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,
|
||||
SPV_TEXT_TO_BINARY_OPTION_NONE, pBinary,
|
||||
pDiagnostic);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user