Show / Hide Table of Contents

Namespace Fusee.Engine.Core.ShaderShards.Vertex

Classes

VertMain

Collection of shader code strings, describing the Main method of a vertex shader.

VertProperties

Collection of shader code strings, describing possible in, out and uniform properties of a vertex shader.

VertShards

Contains pre-defined Shader Shards. Those are the content of the Vertex Shader's method that lets us change values of the "out"-struct that is used for the position calculation.

Generated by DocFX
GitHub Repo
Back to top