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

<https://anchorfact.org/kb/computer-science/opengl-and-vulkan-graphics-pipeline-shaders-and-gpu-architecture>
  a schema:TechArticle ;
  schema:headline "OpenGL and Vulkan: Graphics Pipeline, Shaders, and GPU Architecture" ;
  schema:url <https://anchorfact.org/computer-science/opengl-and-vulkan-graphics-pipeline-shaders-and-gpu-architecture/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/opengl-and-vulkan-graphics-pipeline-shaders-and-gpu-architecture>
  schema:citation <https://registry.khronos.org/OpenGL/specs/gl/glspec46.core.pdf> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/opengl-and-vulkan-graphics-pipeline-shaders-and-gpu-architecture>
  schema:citation <https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/opengl-and-vulkan-graphics-pipeline-shaders-and-gpu-architecture>
  schema:citation <https://www.w3.org/TR/WGSL/> ;
  af:sourceTier "S" .