Struct Dds

DDS file parsing

struct Dds ;

Constructors

NameDescription
this (data)

Fields

NameTypeDescription
header Dds.Header
mipmaps ubyte[][]

Methods

NameDescription
getPixel (x, y, mipmap) Get a specifix pixel casted into a struct T. Size of T must match bytes per pixel.
getPixelGrid (mipmap)
toBitmap (mipmap)

Inner structs

NameDescription
Header