ShaderProgramNoLightShader Property |
This shader is used for drawing textured graphics when lighting is disabled.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public static ShaderProgram NoLightShader { get; }
Property Value
Type:
ShaderProgramRemarks Lighting, normal mapping and shadows are all disabled in this shader.
See Also