- pipeline
RenderPipeline pipeline;
Undocumented in source.
- view
RenderView view;
Undocumented in source.
- group
EntityGroup group;
Undocumented in source.
- state
GraphicsState state;
Undocumented in source.
- defaultMaterial
Material defaultMaterial;
Undocumented in source.
- defaultShader
FallbackShader defaultShader;
Undocumented in source.
- active
bool active;
Undocumented in source.
- clear
bool clear;
Undocumented in source.
- prevViewMatrix
Matrix4x4f prevViewMatrix;
Undocumented in source.
- update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderEntity
void renderEntity(Entity entity, Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.