20 lines
557 B
Plaintext
20 lines
557 B
Plaintext
|
; 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
|