|
SBgl 0.1.0
A graphics framework in C99
|
Push constants for the graphics pipeline. More...

Data Fields | |
| sbgl_Mat4 | viewProj |
| uint64_t | aabbAddress |
| uint64_t | voxelDataAddress |
| uint64_t | paletteAddress |
Push constants for the graphics pipeline.
Definition at line 17 of file voxel3D_main.c.
| uint64_t RenderPushConstants::aabbAddress |
Definition at line 19 of file voxel3D_main.c.
| uint64_t RenderPushConstants::paletteAddress |
Definition at line 21 of file voxel3D_main.c.
| sbgl_Mat4 RenderPushConstants::viewProj |
Definition at line 18 of file voxel3D_main.c.
| uint64_t RenderPushConstants::voxelDataAddress |
Definition at line 20 of file voxel3D_main.c.