DeferredGeometryPass

Undocumented in source.

Constructors

this
this(RenderPipeline pipeline, GBuffer gbuffer, EntityGroup group)
Undocumented in source.

Members

Functions

render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

frustumCulling
bool frustumCulling;
Undocumented in source.
gbuffer
GBuffer gbuffer;
Undocumented in source.
geometryShader
GeometryShader geometryShader;
Undocumented in source.
renderedEntities
uint renderedEntities;
Undocumented in source.
terrainShader
TerrainShader terrainShader;
Undocumented in source.

Inherited Members

From RenderPass

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.

Meta