Class GlslScriptExample
Provides example source code for an OpenGL Shader Language (GLSL) script.
public class GlslScriptExample
- Inheritance
-
GlslScriptExample
- Inherited Members
Properties
Name
Gets or sets the name of the GLSL example.
public string Name { get; set; }
Property Value
Source
Gets or sets the GLSL source code for the example.
public string Source { get; set; }
Property Value
Type
Gets or sets the shader type targeted by the example.
public ShaderType Type { get; set; }