grape ~master (2014-12-12T08:10:10Z)
Home
Dub
Repo
Material
grape
material
Undocumented in source.
class
Material {
alias
ParamType
=
Algebraic
!(
int
[],
bool
,
string
,
int
,
DrawMode
,
Texture
,
AttributeType
[
string
][
string
],
UniformType
[
string
][
string
])
;
this
(T params);
void
set_param
(T params);
ShaderProgram
program
[@property getter];
ParamType
[
string
]
params
[@property getter];
string
name
[@property getter];
void
init
();
void
create_program
(string vertexShaderSource, string fragmentShaderSource);
protected
ParamType
[
string
]
_params
;
protected
ShaderProgram
_program
;
protected
string
_name
;
}
Constructors
this
this
(T params)
Undocumented in source.
Members
Aliases
ParamType
alias
ParamType
=
Algebraic
!(
int
[],
bool
,
string
,
int
,
DrawMode
,
Texture
,
AttributeType
[
string
][
string
],
UniformType
[
string
][
string
])
Undocumented in source.
Functions
create_program
void
create_program
(string vertexShaderSource, string fragmentShaderSource)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void
init
()
Undocumented in source. Be warned that the author may not have intended to support it.
set_param
void
set_param
(T params)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
name
string
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
params
ParamType
[
string
]
params
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
program
ShaderProgram
program
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_name
string
_name
;
Undocumented in source.
_params
ParamType
[
string
]
_params
;
Undocumented in source.
_program
ShaderProgram
_program
;
Undocumented in source.
Meta
Source
See Implementation
grape
material
aliases
AttributeType
UniformType
classes
ADSMaterial
ColorMaterial
DiffuseMaterial
Material
ShaderMaterial
TextureMaterial