Sparkle 0.0.1
Loading...
Searching...
No Matches
Pipeline flow

Pipeline flow

Valid flows:

  • Input -> VertexPass
  • VertexPass -> FragmentPass
  • FragmentPass -> Output

Data must be native types (scalars, vectors, matrices). Define one declaration per line:

Input -> VertexPass: Vector3 position;
VertexPass -> FragmentPass: Vector3 normal;
FragmentPass -> Output: Vector4 color;