gamut.plugins.dds

DDS support, containing BC7 encoded textures.

Members

Aliases

DXGI_FORMAT
alias DXGI_FORMAT = int
Undocumented in source.

Enums

DXGI_FORMAT_UNKNOWN
anonymousenum DXGI_FORMAT_UNKNOWN
Undocumented in source.

Functions

detectDDS
bool detectDDS(IOStream* io, IOHandle handle)
Undocumented in source. Be warned that the author may not have intended to support it.
makeDDSPlugin
ImageFormatPlugin makeDDSPlugin()
Undocumented in source. Be warned that the author may not have intended to support it.
saveDDS
bool saveDDS(const(Image) image, IOStream* io, IOHandle handle, int page, int flags, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DDCOLORKEY
struct DDCOLORKEY
Undocumented in source.
DDPIXELFORMAT
struct DDPIXELFORMAT
Undocumented in source.
DDSCAPS2
struct DDSCAPS2
Undocumented in source.
DDSURFACEDESC2
struct DDSURFACEDESC2
Undocumented in source.
DDS_HEADER_DXT10
struct DDS_HEADER_DXT10
Undocumented in source.

Variables

DDPF_FOURCC
enum uint DDPF_FOURCC;
Undocumented in source.
DDSCAPS_TEXTURE
enum uint DDSCAPS_TEXTURE;
Undocumented in source.
DDSD_CAPS
enum uint DDSD_CAPS;
Undocumented in source.
DDSD_HEIGHT
enum uint DDSD_HEIGHT;
Undocumented in source.
DDSD_LINEARSIZE
enum uint DDSD_LINEARSIZE;
Undocumented in source.
DDSD_PIXELFORMAT
enum uint DDSD_PIXELFORMAT;
Undocumented in source.
DDSD_WIDTH
enum uint DDSD_WIDTH;
Undocumented in source.

Meta