20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
; Test: SpvParserTest_Impl_Source_NoOpLine.spvasm
|
|
; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos SPIR-V Tools Assembler; 0
|
|
; Bound: 61
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical Simple
|
|
OpEntryPoint GLCompute %2 "main"
|
|
OpExecutionMode %2 LocalSize 1 1 1
|
|
%void = OpTypeVoid
|
|
%4 = OpTypeFunction %void
|
|
%uint = OpTypeInt 32 0
|
|
%60 = OpConstantNull %uint
|
|
%2 = OpFunction %void None %4
|
|
%1 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
|