|
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 460 of file Component_CubeMapTexturing.c.
| char DDS_header::data[128] |
Definition at line 493 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwAlphaBitMask |
Definition at line 481 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwBBitMask |
Definition at line 480 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwCaps1 |
Definition at line 486 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwCaps2 |
Definition at line 487 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwDDSX |
Definition at line 488 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwDepth |
Definition at line 468 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwFlags |
Definition at line 464 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwFourCC |
Definition at line 476 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwGBitMask |
Definition at line 479 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwHeight |
Definition at line 465 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwMagic |
Definition at line 462 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwMipMapCount |
Definition at line 469 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwPitchOrLinearSize |
Definition at line 467 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwRBitMask |
Definition at line 478 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwReserved |
Definition at line 489 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwReserved1[11] |
Definition at line 470 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwReserved2 |
Definition at line 491 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwRGBBitCount |
Definition at line 477 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwSize |
Definition at line 463 of file Component_CubeMapTexturing.c.
| unsigned int DDS_header::dwWidth |
Definition at line 466 of file Component_CubeMapTexturing.c.