mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 07:14:01 +00:00
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.4
|
|
; Generator: rspirv
|
|
; Bound: 26
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %18 "main" %13 %16 %8 %10
|
|
OpExecutionMode %18 OriginUpperLeft
|
|
OpDecorate %8 DescriptorSet 0
|
|
OpDecorate %8 Binding 0
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %10 Binding 1
|
|
OpDecorate %13 Location 0
|
|
OpDecorate %16 Location 0
|
|
%2 = OpTypeVoid
|
|
%4 = OpTypeFloat 32
|
|
%3 = OpTypeImage %4 2D 0 0 0 1 Unknown
|
|
%5 = OpTypeSampler
|
|
%6 = OpTypeVector %4 2
|
|
%7 = OpTypeVector %4 4
|
|
%9 = OpTypePointer UniformConstant %3
|
|
%8 = OpVariable %9 UniformConstant
|
|
%11 = OpTypePointer UniformConstant %5
|
|
%10 = OpVariable %11 UniformConstant
|
|
%14 = OpTypePointer Input %6
|
|
%13 = OpVariable %14 Input
|
|
%17 = OpTypePointer Output %7
|
|
%16 = OpVariable %17 Output
|
|
%19 = OpTypeFunction %2
|
|
%23 = OpTypeSampledImage %3
|
|
%18 = OpFunction %2 None %19
|
|
%12 = OpLabel
|
|
%15 = OpLoad %6 %13
|
|
%20 = OpLoad %3 %8
|
|
%21 = OpLoad %5 %10
|
|
OpBranch %22
|
|
%22 = OpLabel
|
|
%24 = OpSampledImage %23 %20 %21
|
|
%25 = OpImageSampleImplicitLod %7 %24 %15
|
|
OpStore %16 %25
|
|
OpReturn
|
|
OpFunctionEnd |