Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::ViewBatchInfo2D Struct Reference

2D view batch info. More...

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

Public Member Functions

 ViewBatchInfo2D ()
 Construct.
 

Public Attributes

i32 vertexBufferUpdateFrameNumber_
 Vertex buffer update frame number.
 
unsigned indexCount_
 Index count.
 
unsigned vertexCount_
 Vertex count.
 
SharedPtr< VertexBuffervertexBuffer_
 Vertex buffer.
 
i32 batchUpdatedFrameNumber_
 Batch updated frame number.
 
Vector< const SourceBatch2D * > sourceBatches_
 Source batches.
 
unsigned batchCount_
 Batch count.
 
Vector< float > distances_
 Distances.
 
Vector< SharedPtr< Material > > materials_
 Materials.
 
Vector< SharedPtr< Geometry > > geometries_
 Geometries.
 

Detailed Description

2D view batch info.


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