29 lines
959 B
Plaintext
29 lines
959 B
Plaintext
|
; SPIR-V
|
||
|
; Version: 1.3
|
||
|
; Generator: Google Tint Compiler; 0
|
||
|
; Bound: 11
|
||
|
; Schema: 0
|
||
|
OpCapability Shader
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint Fragment %main "main"
|
||
|
OpExecutionMode %main OriginUpperLeft
|
||
|
OpName %x_10 "x_10"
|
||
|
OpName %main_1 "main_1"
|
||
|
OpName %main "main"
|
||
|
OpDecorate %x_10 DescriptorSet 0
|
||
|
OpDecorate %x_10 Binding 0
|
||
|
%3 = OpTypeSampler
|
||
|
%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
|
||
|
%x_10 = OpVariable %_ptr_UniformConstant_3 UniformConstant
|
||
|
%void = OpTypeVoid
|
||
|
%4 = OpTypeFunction %void
|
||
|
%main_1 = OpFunction %void None %4
|
||
|
%7 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%main = OpFunction %void None %4
|
||
|
%9 = OpLabel
|
||
|
%10 = OpFunctionCall %void %main_1
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|