Lysa  0.0
Lysa 3D Engine
AssetsPack::ImageHeader Struct Reference

Public Attributes

char name [NAME_SIZE]
 Image name, copied from the original file name. More...
 
uint32 format
 Image format (vireo::ImageFormat) More...
 
uint32 width
 Width in pixels. More...
 
uint32 height
 Height in pixels. More...
 
uint32 mipLevels
 Number of mips levels, and number of MipLevelInfo elements in the array following this struct. More...
 
uint64 dataOffset
 Start of the image, relative to the start of the images data block. More...
 
uint64 dataSize
 Size in bytes of all levels. More...
 

Member Data Documentation

uint64 dataOffset

Start of the image, relative to the start of the images data block.

uint64 dataSize

Size in bytes of all levels.

uint32 format

Image format (vireo::ImageFormat)

uint32 height

Height in pixels.

uint32 mipLevels

Number of mips levels, and number of MipLevelInfo elements in the array following this struct.

char name[NAME_SIZE]

Image name, copied from the original file name.

uint32 width

Width in pixels.