armos.graphics.material

Undocumented in source.

Members

Classes

AutoReloadMaterial
class AutoReloadMaterial
CustomShaderMaterial
class CustomShaderMaterial
DefaultMaterial
class DefaultMaterial

Functions

begin
void begin(armos.graphics.Texture[string] textures)
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end(armos.graphics.Texture[string] textures)
Undocumented in source. Be warned that the author may not have intended to support it.
sendTo
void sendTo(U uniform, armos.graphics.Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

Material
interface Material

材質を表すinterfaceです.

Mixin templates

MaterialImpl
mixintemplate MaterialImpl()

Variables

defaultFragmentShaderSource
string defaultFragmentShaderSource;
Undocumented in source.
defaultVertexShaderSource
string defaultVertexShaderSource;
Undocumented in source.

Meta