dawn-cmake/test/tint/out_of_order_decls/func/let.wgsl.expected.spvasm

20 lines
557 B
Plaintext
Raw Normal View History

; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 7
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %f "f"
OpExecutionMode %f OriginUpperLeft
OpName %a "a"
OpName %f "f"
%int = OpTypeInt 32 1
%a = OpConstant %int 1
%void = OpTypeVoid
%3 = OpTypeFunction %void
%f = OpFunction %void None %3
%6 = OpLabel
OpReturn
OpFunctionEnd