GenericMaterial

Undocumented in source.

Constructors

this
this(GenericMaterialBackend backend, Owner o)
Undocumented in source.

Members

Functions

backend
void backend(GenericMaterialBackend b)
Undocumented in source. Be warned that the author may not have intended to support it.
backend
GenericMaterialBackend backend()
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_backend
GenericMaterialBackend _backend;
Undocumented in source.

Inherited Members

From Material

inputs
Dict!(MaterialInput, string) inputs;
Undocumented in source.
~this
~this()
Undocumented in source.
opDispatch
void opDispatch(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInput
MaterialInput* setInput(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(RenderingContext* rc)
Undocumented in source.
unbind
void unbind(RenderingContext* rc)
Undocumented in source.

Meta