HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HioImage::StorageSpec Class Reference

#include <image.h>

Public Member Functions

 StorageSpec ()
 

Public Attributes

int width
 
int height
 
int depth
 
HioFormat format
 
bool flipped
 
voiddata
 

Detailed Description

Describes the memory layout and storage of a texture image

Definition at line 79 of file image.h.

Constructor & Destructor Documentation

HioImage::StorageSpec::StorageSpec ( )
inline

Definition at line 82 of file image.h.

Member Data Documentation

void* HioImage::StorageSpec::data

Definition at line 91 of file image.h.

int HioImage::StorageSpec::depth

Definition at line 88 of file image.h.

bool HioImage::StorageSpec::flipped

Definition at line 90 of file image.h.

HioFormat HioImage::StorageSpec::format

Definition at line 89 of file image.h.

int HioImage::StorageSpec::height

Definition at line 88 of file image.h.

int HioImage::StorageSpec::width

Definition at line 88 of file image.h.


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