21 lines
618 B
Plaintext
21 lines
618 B
Plaintext
|
; SPIR-V
|
||
|
; Version: 1.3
|
||
|
; Generator: Google Tint Compiler; 0
|
||
|
; Bound: 7
|
||
|
; Schema: 0
|
||
|
OpCapability Shader
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint GLCompute %main "main"
|
||
|
OpExecutionMode %main LocalSize 1 1 1
|
||
|
OpName %o "o"
|
||
|
OpName %main "main"
|
||
|
OpDecorate %o SpecId 1234
|
||
|
%bool = OpTypeBool
|
||
|
%o = OpSpecConstantFalse %bool
|
||
|
%void = OpTypeVoid
|
||
|
%3 = OpTypeFunction %void
|
||
|
%main = OpFunction %void None %3
|
||
|
%6 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|