|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Used in meshlet culling. More...
#include <RenderData.h>
Public Attributes | |
| glm::vec4 | worldPositionAndRadius |
| uint32_t | meshletIndex = 0 |
| uint32_t | pipelineIndex = 0 |
Used in meshlet culling.
Layout matches GLSL std430 MeshletBounds struct. Uses vec4 for worldPositionAndRadius to avoid vec3 alignment issues.
Definition at line 130 of file RenderData.h.
| uint32_t Engine::Rendering::GpuBuffers::MeshletBounds::meshletIndex = 0 |
Definition at line 133 of file RenderData.h.
| uint32_t Engine::Rendering::GpuBuffers::MeshletBounds::pipelineIndex = 0 |
Definition at line 134 of file RenderData.h.
| glm::vec4 Engine::Rendering::GpuBuffers::MeshletBounds::worldPositionAndRadius |
Definition at line 132 of file RenderData.h.