Class GLShaderSettings
- Namespace
- VisioForge.Core.Types.X.OpenGL
- Assembly
- VisioForge.Core.dll
Class GLShaderSettings.
public class GLShaderSettingsInheritance
Inherited Members
Constructors
GLShaderSettings()
Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLShaderSettings class.
public GLShaderSettings()GLShaderSettings(string, string)
Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLShaderSettings class.
public GLShaderSettings(string vertex, string fragment)Parameters
GLShaderSettings(GLShader)
Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLShaderSettings class.
public GLShaderSettings(GLShader shader)Parameters
shaderGLShader-
The shader.
Properties
Fragment
GLSL fragment source.
public string Fragment { get; set; }Property Value
Uniforms
Uniforms (parameters).
public Dictionary<string, object> Uniforms { get; }Property Value
Vertex
GLSL vertex source.
public string Vertex { get; set; }