Urho3D
Public Attributes
Urho3D::LightBatchQueue Struct Reference

Queue for light related draw calls. More...

#include <Batch.h>

List of all members.

Public Attributes

Lightlight_
 Per-pixel light.
Texture2DshadowMap_
 Shadow map depth texture.
BatchQueue litBatches_
 Lit geometry draw calls.
Vector< ShadowBatchQueueshadowSplits_
 Shadow map split queues.
PODVector< Light * > vertexLights_
 Per-vertex lights.
PODVector< BatchvolumeBatches_
 Light volume draw calls.

Detailed Description

Queue for light related draw calls.


The documentation for this struct was generated from the following file: