FreeWRL / FreeX3D 4.3.0
|
Data Fields | ||
struct { | ||
unsigned int dwMagic | ||
unsigned int dwSize | ||
unsigned int dwFlags | ||
unsigned int dwHeight | ||
unsigned int dwWidth | ||
unsigned int dwPitchOrLinearSize | ||
unsigned int dwDepth | ||
unsigned int dwMipMapCount | ||
unsigned int dwReserved1 [11] | ||
struct { | ||
unsigned int dwSize | ||
unsigned int dwFlags | ||
unsigned int dwFourCC | ||
unsigned int dwRGBBitCount | ||
unsigned int dwRBitMask | ||
unsigned int dwGBitMask | ||
unsigned int dwBBitMask | ||
unsigned int dwAlphaBitMask | ||
} sPixelFormat | ||
struct { | ||
unsigned int dwCaps1 | ||
unsigned int dwCaps2 | ||
unsigned int dwDDSX | ||
unsigned int dwReserved | ||
} sCaps | ||
unsigned int dwReserved2 | ||
}; | ||
char | data [128] | |
Definition at line 553 of file Component_CubeMapTexturing.c.
char DDS_header::data[128] |
Definition at line 586 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwAlphaBitMask |
Definition at line 574 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwBBitMask |
Definition at line 573 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwCaps1 |
Definition at line 579 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwCaps2 |
Definition at line 580 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwDDSX |
Definition at line 581 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwDepth |
Definition at line 561 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwFlags |
Definition at line 557 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwFourCC |
Definition at line 569 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwGBitMask |
Definition at line 572 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwHeight |
Definition at line 558 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwMagic |
Definition at line 555 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwMipMapCount |
Definition at line 562 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwPitchOrLinearSize |
Definition at line 560 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwRBitMask |
Definition at line 571 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwReserved |
Definition at line 582 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwReserved1[11] |
Definition at line 563 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwReserved2 |
Definition at line 584 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwRGBBitCount |
Definition at line 570 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwSize |
Definition at line 556 of file Component_CubeMapTexturing.c.
unsigned int DDS_header::dwWidth |
Definition at line 559 of file Component_CubeMapTexturing.c.