@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/shader-programming>
  a schema:TechArticle ;
  schema:headline "Shader Programming Fundamentals" ;
  schema:url <https://anchorfact.org/game-development/shader-programming/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/game-development/shader-programming>
  schema:citation <https://registry.khronos.org/OpenGL/specs/gl/GLSLangSpec.4.60.pdf> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/game-development/shader-programming>
  schema:citation <https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/shader-programming>
  schema:citation <https://www.w3.org/TR/WGSL/> ;
  af:sourceTier "S" .