Table of Contents

Class GlslScriptExample

Namespace
Bonsai.Shaders.Design
Assembly
Bonsai.Shaders.Design.dll

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

string

Source

Gets or sets the GLSL source code for the example.

public string Source { get; set; }

Property Value

string

Type

Gets or sets the shader type targeted by the example.

public ShaderType Type { get; set; }

Property Value

ShaderType