Urho3D
Public Member Functions | Public Attributes
Urho3D::BatchGroupKey Struct Reference

Instanced draw call grouping key. More...

#include <Batch.h>

List of all members.

Public Member Functions

 BatchGroupKey ()
 Construct undefined.
 BatchGroupKey (const Batch &batch)
 Construct from a batch.
bool operator== (const BatchGroupKey &rhs) const
 Test for equality with another batch group key.
bool operator!= (const BatchGroupKey &rhs) const
 Test for inequality with another batch group key.
unsigned ToHash () const
 Return hash value.

Public Attributes

Zonezone_
 Zone.
LightBatchQueuelightQueue_
 Light properties.
Passpass_
 Material pass.
Materialmaterial_
 Material.
Geometrygeometry_
 Geometry.

Detailed Description

Instanced draw call grouping key.


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