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

<https://anchorfact.org/kb/game-development/rendering-pipeline>
  a schema:TechArticle ;
  schema:headline "Rendering Pipeline for AI-Assisted Game Production" ;
  schema:url <https://anchorfact.org/game-development/rendering-pipeline/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/rendering-pipeline>
  schema:citation <https://docs.unity3d.com/6000.0/Documentation/Manual/scriptable-render-pipeline-introduction.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/rendering-pipeline>
  schema:citation <https://docs.unity3d.com/6000.1/Documentation/Manual/srp-setting-render-pipeline-asset.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/rendering-pipeline>
  schema:citation <https://docs.unity3d.com/6000.0/Documentation/Manual/urp/urp-introduction.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/rendering-pipeline>
  schema:citation <https://docs.unity3d.com/6000.0/Documentation/Manual/high-definition-render-pipeline.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/rendering-pipeline>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API> ;
  af:sourceTier "B" .