Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
_DDSURFACEDESC2 Struct Reference

#include <DrawDX.h>

Public Attributes

UINT32 dwSize
 
UINT32 dwFlags
 
UINT32 dwHeight
 
UINT32 dwWidth
 
union {
   INT32   lPitch
 
   UINT32   dwLinearSize
 
}; 
 
union {
   UINT32   dwBackBufferCount
 
   UINT32   dwDepth
 
}; 
 
union {
   UINT32   dwMipMapCount
 
   UINT32   dwRefreshRate
 
   UINT32   dwSrcVBHandle
 
}; 
 
UINT32 dwAlphaBitDepth
 
UINT32 dwReserved
 
void * lpSurface
 
union {
   DDCOLORKEY   ddckCKDestOverlay
 
   UINT32   dwEmptyFaceColor
 
}; 
 
DDCOLORKEY ddckCKDestBlt
 
DDCOLORKEY ddckCKSrcOverlay
 
DDCOLORKEY ddckCKSrcBlt
 
union {
   DDPIXELFORMAT   ddpfPixelFormat
 
   UINT32   dwFVF
 
}; 
 
DDSCAPS2 ddsCaps
 
UINT32 dwTextureStage
 

Member Data Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ 

union { ... }

◆ 

union { ... }

◆ 

union { ... }

◆ ddckCKDestBlt

DDCOLORKEY _DDSURFACEDESC2::ddckCKDestBlt

◆ ddckCKDestOverlay

DDCOLORKEY _DDSURFACEDESC2::ddckCKDestOverlay

◆ ddckCKSrcBlt

DDCOLORKEY _DDSURFACEDESC2::ddckCKSrcBlt

◆ ddckCKSrcOverlay

DDCOLORKEY _DDSURFACEDESC2::ddckCKSrcOverlay

◆ ddpfPixelFormat

DDPIXELFORMAT _DDSURFACEDESC2::ddpfPixelFormat

◆ ddsCaps

DDSCAPS2 _DDSURFACEDESC2::ddsCaps

◆ dwAlphaBitDepth

UINT32 _DDSURFACEDESC2::dwAlphaBitDepth

◆ dwBackBufferCount

UINT32 _DDSURFACEDESC2::dwBackBufferCount

◆ dwDepth

UINT32 _DDSURFACEDESC2::dwDepth

◆ dwEmptyFaceColor

UINT32 _DDSURFACEDESC2::dwEmptyFaceColor

◆ dwFlags

UINT32 _DDSURFACEDESC2::dwFlags

◆ dwFVF

UINT32 _DDSURFACEDESC2::dwFVF

◆ dwHeight

UINT32 _DDSURFACEDESC2::dwHeight

◆ dwLinearSize

UINT32 _DDSURFACEDESC2::dwLinearSize

◆ dwMipMapCount

UINT32 _DDSURFACEDESC2::dwMipMapCount

◆ dwRefreshRate

UINT32 _DDSURFACEDESC2::dwRefreshRate

◆ dwReserved

UINT32 _DDSURFACEDESC2::dwReserved

◆ dwSize

UINT32 _DDSURFACEDESC2::dwSize

◆ dwSrcVBHandle

UINT32 _DDSURFACEDESC2::dwSrcVBHandle

◆ dwTextureStage

UINT32 _DDSURFACEDESC2::dwTextureStage

◆ dwWidth

UINT32 _DDSURFACEDESC2::dwWidth

◆ lPitch

INT32 _DDSURFACEDESC2::lPitch

◆ lpSurface

void* _DDSURFACEDESC2::lpSurface

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