|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <drawclusters.h>
Public Attributes | |
| Tempest::Vec3 | pos |
| float | r = 0 |
| uint16_t | commandId = 0 |
| uint16_t | bucketId = 0 |
| uint32_t | firstMeshlet = 0 |
| uint32_t | meshletCount = 0 |
| uint32_t | instanceId = 0 |
Definition at line 17 of file drawclusters.h.
| uint16_t DrawClusters::Cluster::bucketId = 0 |
Definition at line 21 of file drawclusters.h.
| uint16_t DrawClusters::Cluster::commandId = 0 |
Definition at line 20 of file drawclusters.h.
| uint32_t DrawClusters::Cluster::firstMeshlet = 0 |
Definition at line 22 of file drawclusters.h.
| uint32_t DrawClusters::Cluster::instanceId = 0 |
Definition at line 24 of file drawclusters.h.
| uint32_t DrawClusters::Cluster::meshletCount = 0 |
Definition at line 23 of file drawclusters.h.
| Tempest::Vec3 DrawClusters::Cluster::pos |
Definition at line 18 of file drawclusters.h.
| float DrawClusters::Cluster::r = 0 |
Definition at line 19 of file drawclusters.h.