wisdom
Loading...
Searching...
No Matches
wis::Size3D Struct Reference

Detailed Description

3D unsigned size.

struct Size3D {
uint32_t width;
uint32_t height;
uint32_t depth_or_layers;
};
3D unsigned size.
Definition api.hpp:1558

Definition at line 1558 of file api.hpp.

#include <api.hpp>

Public Attributes

uint32_t width
 
uint32_t height
 
uint32_t depth_or_layers
 Depth for 3D textures, layers for 2D arrays.
 

Data Members

◆ depth_or_layers

uint32_t wis::Size3D::depth_or_layers

Depth for 3D textures, layers for 2D arrays.

Definition at line 1561 of file api.hpp.

◆ height

uint32_t wis::Size3D::height

Definition at line 1560 of file api.hpp.

◆ width

uint32_t wis::Size3D::width

Definition at line 1559 of file api.hpp.


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