Click or drag to resize
ShaderProgramSolidShader Property
This shader is used for drawing solid non-textured graphics such as lines and solid rectangles.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public static ShaderProgram SolidShader { get; }

Property Value

Type: ShaderProgram
Remarks
Lighting does not affect graphics drawn with this shader.
See Also