FreeWRL / FreeX3D 4.3.0
DDS_header Union Reference

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]
 

Detailed Description

Definition at line 460 of file Component_CubeMapTexturing.c.

Field Documentation

◆ data

char DDS_header::data[128]

Definition at line 493 of file Component_CubeMapTexturing.c.

◆ dwAlphaBitMask

unsigned int DDS_header::dwAlphaBitMask

Definition at line 481 of file Component_CubeMapTexturing.c.

◆ dwBBitMask

unsigned int DDS_header::dwBBitMask

Definition at line 480 of file Component_CubeMapTexturing.c.

◆ dwCaps1

unsigned int DDS_header::dwCaps1

Definition at line 486 of file Component_CubeMapTexturing.c.

◆ dwCaps2

unsigned int DDS_header::dwCaps2

Definition at line 487 of file Component_CubeMapTexturing.c.

◆ dwDDSX

unsigned int DDS_header::dwDDSX

Definition at line 488 of file Component_CubeMapTexturing.c.

◆ dwDepth

unsigned int DDS_header::dwDepth

Definition at line 468 of file Component_CubeMapTexturing.c.

◆ dwFlags

unsigned int DDS_header::dwFlags

Definition at line 464 of file Component_CubeMapTexturing.c.

◆ dwFourCC

unsigned int DDS_header::dwFourCC

Definition at line 476 of file Component_CubeMapTexturing.c.

◆ dwGBitMask

unsigned int DDS_header::dwGBitMask

Definition at line 479 of file Component_CubeMapTexturing.c.

◆ dwHeight

unsigned int DDS_header::dwHeight

Definition at line 465 of file Component_CubeMapTexturing.c.

◆ dwMagic

unsigned int DDS_header::dwMagic

Definition at line 462 of file Component_CubeMapTexturing.c.

◆ dwMipMapCount

unsigned int DDS_header::dwMipMapCount

Definition at line 469 of file Component_CubeMapTexturing.c.

◆ dwPitchOrLinearSize

unsigned int DDS_header::dwPitchOrLinearSize

Definition at line 467 of file Component_CubeMapTexturing.c.

◆ dwRBitMask

unsigned int DDS_header::dwRBitMask

Definition at line 478 of file Component_CubeMapTexturing.c.

◆ dwReserved

unsigned int DDS_header::dwReserved

Definition at line 489 of file Component_CubeMapTexturing.c.

◆ dwReserved1

unsigned int DDS_header::dwReserved1[11]

Definition at line 470 of file Component_CubeMapTexturing.c.

◆ dwReserved2

unsigned int DDS_header::dwReserved2

Definition at line 491 of file Component_CubeMapTexturing.c.

◆ dwRGBBitCount

unsigned int DDS_header::dwRGBBitCount

Definition at line 477 of file Component_CubeMapTexturing.c.

◆ dwSize

unsigned int DDS_header::dwSize

Definition at line 463 of file Component_CubeMapTexturing.c.

◆ dwWidth

unsigned int DDS_header::dwWidth

Definition at line 466 of file Component_CubeMapTexturing.c.


The documentation for this union was generated from the following file: