evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
GLUniformResource
evael
renderer
gl
gl_uniform_resource
Undocumented in source.
class
GLUniformResource : UniformResource!T(
T
) {
this
(string name, uint programId, T defaultValue);
void
apply
();
void
clear
();
void
update
();
uint
blockIndex
[@property getter];
}
Constructors
this
this
(string name, uint programId, T defaultValue)
GLUniformResource constructor.
Members
Functions
apply
void
apply
()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
blockIndex
uint
blockIndex
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
evael
renderer
gl
gl_uniform_resource
classes
GLUniformResource