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 64 of file image.h.

Constructor & Destructor Documentation

◆ StorageSpec()

StorageSpec ( )
inline

Definition at line 67 of file image.h.

Member Data Documentation

◆ data

void* data

Definition at line 76 of file image.h.

◆ depth

int depth

Definition at line 73 of file image.h.

◆ flipped

bool flipped

Definition at line 75 of file image.h.

◆ format

HioFormat format

Definition at line 74 of file image.h.

◆ height

int height

Definition at line 73 of file image.h.

◆ width

int width

Definition at line 73 of file image.h.


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