SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
RenderPushConstants Struct Reference

Push constants for the graphics pipeline. More...

Collaboration diagram for RenderPushConstants:

Data Fields

sbgl_Mat4 viewProj
 
uint64_t aabbAddress
 
uint64_t voxelDataAddress
 
uint64_t paletteAddress
 

Detailed Description

Push constants for the graphics pipeline.

Definition at line 17 of file voxel3D_main.c.

Field Documentation

◆ aabbAddress

uint64_t RenderPushConstants::aabbAddress

Definition at line 19 of file voxel3D_main.c.

◆ paletteAddress

uint64_t RenderPushConstants::paletteAddress

Definition at line 21 of file voxel3D_main.c.

◆ viewProj

sbgl_Mat4 RenderPushConstants::viewProj

Definition at line 18 of file voxel3D_main.c.

◆ voxelDataAddress

uint64_t RenderPushConstants::voxelDataAddress

Definition at line 20 of file voxel3D_main.c.


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