dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
MappedList
dagon
graphics
shader
Undocumented in source.
class
MappedList : Owner(
T
) {
Array
!
T
data
;
Dict
!(
size_t
,
string
)
indices
;
this
(Owner o);
void
set
(string name, T val);
T
get
(string name);
~this
();
}
Constructors
this
this
(Owner o)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
get
T
get
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void
set
(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
Array
!
T
data
;
Undocumented in source.
indices
Dict
!(
size_t
,
string
)
indices
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
shader
classes
BaseShaderParameter
MappedList
Shader
ShaderParameter
ShaderProgram
ShaderSubroutine
enums
ShaderType