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

Push constants for the shell extraction compute shader. More...

Collaboration diagram for sbgl_ShellPushConstants:

Data Fields

uint64_t maskAddress
 
uint64_t instanceAddress
 
uint64_t counterAddress
 
uint64_t _pad
 
sbgl_Vec4 offset
 

Detailed Description

Push constants for the shell extraction compute shader.

Definition at line 43 of file sbgl_voxel.c.

Field Documentation

◆ _pad

uint64_t sbgl_ShellPushConstants::_pad

Definition at line 47 of file sbgl_voxel.c.

◆ counterAddress

uint64_t sbgl_ShellPushConstants::counterAddress

Definition at line 46 of file sbgl_voxel.c.

◆ instanceAddress

uint64_t sbgl_ShellPushConstants::instanceAddress

Definition at line 45 of file sbgl_voxel.c.

◆ maskAddress

uint64_t sbgl_ShellPushConstants::maskAddress

Definition at line 44 of file sbgl_voxel.c.

◆ offset

sbgl_Vec4 sbgl_ShellPushConstants::offset

Definition at line 48 of file sbgl_voxel.c.


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