nicegraf
ngf_extent3d Struct Reference

Data Fields

uint32_t width
 
uint32_t height
 
uint32_t depth
 

Detailed Description

Represents a rectangular, axis-aligned 3D volume.

Field Documentation

◆ depth

uint32_t ngf_extent3d::depth

The size of the volume along he z-axis.

◆ height

uint32_t ngf_extent3d::height

The size of the volume along the y-axis.

◆ width

uint32_t ngf_extent3d::width

The size of the volume along the x-axis.