SPIR-V
1 program
Added 2026-02-07T14:09:25Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Standard Portable Intermediate Representation
Provenance: commit 1d8afbef4f · authored 2026-02-07T15:11:45+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/spir-vRelated languages
LLM-contributed programs
Fragment Shader Red Output
Provenance: commit 1d8afbef4f · authored 2026-02-07T15:11:45+01:00 · agent claude-code · model sonnet · WebSearch disabled
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 1
; Bound: 6
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %outColor
OpExecutionMode %main OriginUpperLeft
OpSource GLSL 450
OpName %main "main"
OpName %outColor "outColor"
OpDecorate %outColor Location 0
%void = OpTypeVoid
%3 = OpTypeFunction %void
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%outColor = OpVariable %_ptr_Output_v4float Output
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%13 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%main = OpFunction %void None %3
%5 = OpLabel
OpStore %outColor %13
OpReturn
OpFunctionEnd
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)