mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 07:14:01 +00:00
33 lines
687 B
Plaintext
33 lines
687 B
Plaintext
; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: rspirv
|
|
; Bound: 18
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %15 "compute"
|
|
OpExecutionMode %15 LocalSize 1 1 1
|
|
%2 = OpTypeVoid
|
|
%4 = OpTypeFloat 32
|
|
%3 = OpTypeVector %4 4
|
|
%7 = OpTypeFunction %2
|
|
%10 = OpTypeInt 32 0
|
|
%9 = OpConstant %10 2
|
|
%11 = OpConstant %10 1
|
|
%12 = OpConstant %10 72
|
|
%13 = OpConstant %10 264
|
|
%6 = OpFunction %2 None %7
|
|
%5 = OpLabel
|
|
OpBranch %8
|
|
%8 = OpLabel
|
|
OpControlBarrier %9 %11 %12
|
|
OpControlBarrier %9 %9 %13
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%15 = OpFunction %2 None %7
|
|
%14 = OpLabel
|
|
OpBranch %16
|
|
%16 = OpLabel
|
|
%17 = OpFunctionCall %2 %6
|
|
OpReturn
|
|
OpFunctionEnd |