Urho3D
Public Attributes | List of all members
Urho3D::OcclusionBatch Struct Reference

Stored occlusion render job. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Graphics/OcclusionBuffer.h>

Public Attributes

Matrix3x4 model_
 Model matrix.
 
const void * vertexData_
 Vertex data pointer.
 
unsigned vertexSize_
 Vertex size in bytes.
 
const void * indexData_
 Index data pointer. Null if using non-indexed geometry.
 
unsigned indexSize_
 Index size in bytes.
 
unsigned drawStart_
 Draw start. First index for indexed geometry, otherwise first vertex.
 
unsigned drawCount_
 Index or vertex count.
 

Detailed Description

Stored occlusion render job.


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