Click or drag to resize
ShaderProgram Properties

The ShaderProgram type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFlatShader
This shader is used for drawing textured graphics that have no normal map associated.
Public propertyStatic memberNoLightShader
This shader is used for drawing textured graphics when lighting is disabled.
Public propertyStatic memberNormalMappedShader
This shader is used for drawing textured graphics that have a normal map associated.
Public propertyStatic memberSolidShader
This shader is used for drawing solid non-textured graphics such as lines and solid rectangles.
Top
See Also