27 lines
890 B
Plaintext
27 lines
890 B
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 12
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %main "main"
|
|
OpName %x_dim "x_dim"
|
|
OpName %main "main"
|
|
OpDecorate %x_dim SpecId 0
|
|
OpDecorate %11 SpecId 0
|
|
OpDecorate %gl_WorkGroupSize BuiltIn WorkgroupSize
|
|
%int = OpTypeInt 32 1
|
|
%x_dim = OpSpecConstant %int 2
|
|
%void = OpTypeVoid
|
|
%3 = OpTypeFunction %void
|
|
%uint = OpTypeInt 32 0
|
|
%v3uint = OpTypeVector %uint 3
|
|
%uint_3 = OpConstant %uint 3
|
|
%11 = OpSpecConstant %uint 2
|
|
%gl_WorkGroupSize = OpSpecConstantComposite %v3uint %uint_3 %11 %uint_3
|
|
%main = OpFunction %void None %3
|
|
%6 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|