dawn-cmake/test/unittest/reader/spirv/SpvParserTest_EmitFunctions...

22 lines
494 B
Plaintext

; Test: SpvParserTest_EmitFunctions_Function_EntryPoint_GLCompute.spvasm
; SPIR-V
; Version: 1.0
; Generator: Khronos SPIR-V Tools Assembler; 0
; Bound: 8
; Schema: 0
OpCapability Shader
OpMemoryModel Logical Simple
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main "main"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%float = OpTypeFloat 32
%uint = OpTypeInt 32 0
%int = OpTypeInt 32 1
%main = OpFunction %void None %3
%7 = OpLabel
OpReturn
OpFunctionEnd