19 lines
399 B
Plaintext
19 lines
399 B
Plaintext
; Test: SpvParserTest_Impl_Source_InvalidId.spvasm
|
|
; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos SPIR-V Tools Assembler; 0
|
|
; Bound: 16
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical Simple
|
|
OpEntryPoint GLCompute %2 "main"
|
|
OpExecutionMode %2 LocalSize 1 1 1
|
|
%15 = OpString "myfile"
|
|
%void = OpTypeVoid
|
|
%4 = OpTypeFunction %void
|
|
%2 = OpFunction %void None %4
|
|
%1 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
|