mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-15 10:50:05 +00:00
19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
|
; SPIR-V
|
||
|
; Version: 1.0
|
||
|
; Generator: Khronos Glslang Reference Front End; 7
|
||
|
; Bound: 6
|
||
|
; Schema: 0
|
||
|
OpCapability Shader
|
||
|
%1 = OpExtInstImport "GLSL.std.450"
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint Fragment %main "main"
|
||
|
OpExecutionMode %main OriginUpperLeft
|
||
|
OpSource GLSL 440
|
||
|
OpName %main "main"
|
||
|
%void = OpTypeVoid
|
||
|
%3 = OpTypeFunction %void
|
||
|
%main = OpFunction %void None %3
|
||
|
%5 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|