Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
BatchKey Struct Reference
Collaboration diagram for BatchKey:
[legend]

Public Member Functions

bool operator< (const BatchKey &other) const
 

Data Fields

Meshmesh
 
Shadershader
 

Detailed Description

Definition at line 62 of file Scene.cpp.

Member Function Documentation

◆ operator<()

bool BatchKey::operator< ( const BatchKey other) const
inline

Definition at line 66 of file Scene.cpp.

Field Documentation

◆ mesh

Mesh* BatchKey::mesh

Definition at line 63 of file Scene.cpp.

◆ shader

Shader* BatchKey::shader

Definition at line 64 of file Scene.cpp.


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