Namespace Fusee.Engine.Core.ShaderShards.Fragment
Classes
FragMain
Collection of shader code strings, describing the Main method of a fragment shader.
FragProperties
Collection of shader code strings, describing possible in, out and uniform properties of a fragment shader.
FragShards
Contains pre-defined Shader Shards = content of the Fragment Shader's method that lets us change values of the "out"-struct that is used for the lighting calculation.
Lighting
Collection of shader code strings, describing the struct for a Light and different methods for light and shadow calculation.