dagon v0.11.0-beta1 (2020-10-07T12:26:54Z)
Home
Dub
Repo
DDSHeader
dagon
resource
dds
Undocumented in source.
struct
DDSHeader {
uint
size
;
uint
flags
;
uint
height
;
uint
width
;
uint
pitch
;
uint
depth
;
uint
mipMapLevels
;
uint
alphaBitDepth
;
uint
reserved
;
uint
surface
;
DDSColorKey
ckDestOverlay
;
DDSColorKey
ckDestBlt
;
DDSColorKey
ckSrcOverlay
;
DDSColorKey
ckSrcBlt
;
DDSPixelFormat
format
;
DDSCaps
caps
;
uint
textureStage
;
}
Members
Variables
alphaBitDepth
uint
alphaBitDepth
;
Undocumented in source.
caps
DDSCaps
caps
;
Undocumented in source.
ckDestBlt
DDSColorKey
ckDestBlt
;
Undocumented in source.
ckDestOverlay
DDSColorKey
ckDestOverlay
;
Undocumented in source.
ckSrcBlt
DDSColorKey
ckSrcBlt
;
Undocumented in source.
ckSrcOverlay
DDSColorKey
ckSrcOverlay
;
Undocumented in source.
depth
uint
depth
;
Undocumented in source.
flags
uint
flags
;
Undocumented in source.
format
DDSPixelFormat
format
;
Undocumented in source.
height
uint
height
;
Undocumented in source.
mipMapLevels
uint
mipMapLevels
;
Undocumented in source.
pitch
uint
pitch
;
Undocumented in source.
reserved
uint
reserved
;
Undocumented in source.
size
uint
size
;
Undocumented in source.
surface
uint
surface
;
Undocumented in source.
textureStage
uint
textureStage
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
Meta
Source
See Implementation
dagon
resource
dds
enums
D3D10ResourceDimension
DXGIFormat
functions
loadDDS
makeFourCC
manifest constants
FOURCC_DX10
FOURCC_DXT1
FOURCC_DXT3
FOURCC_DXT5
structs
DDSCaps
DDSColorKey
DDSHeader
DDSHeaderDXT10
DDSPixelFormat