mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 07:14:01 +00:00
17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
; SPIR-V
|
|
; Version: 1.1
|
|
; Generator: rspirv
|
|
; Bound: 7
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %4 "main"
|
|
OpExecutionMode %4 LocalSize 1 1 1
|
|
%2 = OpTypeVoid
|
|
%5 = OpTypeFunction %2
|
|
%4 = OpFunction %2 None %5
|
|
%3 = OpLabel
|
|
OpBranch %6
|
|
%6 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd |