batch-engine ~master (2015-02-28T16:00:04Z)
Home
Dub
Repo
Shader
Engine
Shader
Undocumented in source.
class
Shader {
immutable
GLuint
Program
;
package static
GLuint
currentProgram
;
Attribute
[
string
]
attributes
;
const
(
Attribute
[
string
])
Attributes
[@property getter];
this
(string vertexShaderSource, string fregmentShaderSource);
void
Use
();
}
Constructors
this
this
(string vertexShaderSource, string fregmentShaderSource)
Undocumented in source.
Members
Functions
Use
void
Use
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
Attributes
const
(
Attribute
[
string
])
Attributes
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
currentProgram
GLuint
currentProgram
;
Undocumented in source.
Variables
Program
GLuint
Program
;
Undocumented in source.
attributes
Attribute
[
string
]
attributes
;
Undocumented in source.
Meta
Source
See Implementation
Engine
Shader
classes
Attribute
Shader