Skip to content

Commit 16295e9

Browse files
lukaszgotszaldintelgfxbot
authored andcommitted
Extend ShaderInjection for spirv text input files.
Change-Id: I88394adbeb721f8e2cc534823685c94314267146
1 parent 473d9eb commit 16295e9

File tree

1 file changed

+1
-1
lines changed
  • IGC/AdaptorOCL/SPIRV/SPIRV-Tools/source

1 file changed

+1
-1
lines changed

IGC/AdaptorOCL/SPIRV/SPIRV-Tools/source/text.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ spv_result_t spvTextToBinary(const spv_const_context context,
777777
const size_t input_text_size, spv_binary* pBinary,
778778
spv_diagnostic* pDiagnostic) {
779779
return spvTextToBinaryWithOptions(context, input_text, input_text_size,
780-
SPV_BINARY_TO_TEXT_OPTION_NONE, pBinary,
780+
SPV_TEXT_TO_BINARY_OPTION_NONE, pBinary,
781781
pDiagnostic);
782782
}
783783

0 commit comments

Comments
 (0)