retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Uniform
retrograde
graphics
threedee
opengl
uniform
Undocumented in source.
version(Have_derelict_gl3)
struct
Uniform {
string
name
;
UniformType
type
;
double
[]
values
;
bool
isUpdated
;
this
(string name, UniformType type, double value);
this
(string name, Vector4D vector);
this
(string name, Matrix4D matrix);
this
(string name, bool boolean);
}
Constructors
this
this
(string name, UniformType type, double value)
Undocumented in source.
this
this
(string name, Vector4D vector)
Undocumented in source.
this
this
(string name, Matrix4D matrix)
Undocumented in source.
this
this
(string name, bool boolean)
Undocumented in source.
Members
Variables
isUpdated
bool
isUpdated
;
Undocumented in source.
name
string
name
;
Undocumented in source.
type
UniformType
type
;
Undocumented in source.
values
double
[]
values
;
Undocumented in source.
Meta
Source
See Implementation
retrograde
graphics
threedee
opengl
uniform
classes
SharedUniformBlockBuilder
UniformBlock
UniformBlockBuildException
UniformContainer
enums
UniformBlockLayout
UniformType
interfaces
UniformBlockBuilder
structs
Uniform