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

<https://anchorfact.org/kb/game-development/shaders-and-vfx>
  a schema:TechArticle ;
  schema:headline "Shaders and VFX for AI-Assisted Game Production" ;
  schema:url <https://anchorfact.org/game-development/shaders-and-vfx/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/shaders-and-vfx>
  schema:citation <https://docs.unity3d.com/Packages/com.unity.shadergraph@17.0/manual/index.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/shaders-and-vfx>
  schema:citation <https://docs.unity3d.com/Packages/com.unity.visualeffectgraph@17.0/manual/index.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/shaders-and-vfx>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-materials> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/shaders-and-vfx>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/creating-visual-effects-in-niagara-for-unreal-engine> ;
  af:sourceTier "B" .

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