UniformResource

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

opDispatch
auto opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
void opDispatch(inout(T) value)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source.

Properties

buffer
UniformBuffer buffer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
T value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_buffer
UniformBuffer m_buffer;

Uniform buffer

m_name
string m_name;

Uniform name in shader

m_uniformStruct
T m_uniformStruct;
Undocumented in source.

Inherited Members

From Resource

apply
void apply()
Undocumented in source.
clear
void clear()
Undocumented in source.
type
ResourceType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta