Loading...
Searching...
No Matches
HioImage::StorageSpec Class Reference

Describes the memory layout and storage of a texture image. More...

#include <image.h>

Public Attributes

int width
 
int height
 
int depth
 
HioFormat format
 
bool flipped
 
void * data
 

Detailed Description

Describes the memory layout and storage of a texture image.

Definition at line 81 of file image.h.

Constructor & Destructor Documentation

◆ StorageSpec()

StorageSpec ( )
inline

Definition at line 84 of file image.h.

Member Data Documentation

◆ data

void* data

Definition at line 93 of file image.h.

◆ depth

int depth

Definition at line 90 of file image.h.

◆ flipped

bool flipped

Definition at line 92 of file image.h.

◆ format

HioFormat format

Definition at line 91 of file image.h.

◆ height

int height

Definition at line 90 of file image.h.

◆ width

int width

Definition at line 90 of file image.h.


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