Rebel Fork Framework
Urho3D::DDSurfaceDesc2 Struct Reference

DirectDraw surface description. More...

#include <Urho3D/Resource/ImageDDS.h>

Public Attributes

unsigned dwSize_
 
unsigned dwFlags_
 
unsigned dwHeight_
 
unsigned dwWidth_
 
union {
   unsigned   lPitch_
 
   unsigned   dwLinearSize_
 
}; 
 
union {
   unsigned   dwBackBufferCount_
 
   unsigned   dwDepth_
 
}; 
 
union {
   unsigned   dwMipMapCount_
 
   unsigned   dwRefreshRate_
 
   unsigned   dwSrcVBHandle_
 
}; 
 
unsigned dwAlphaBitDepth_
 
unsigned dwReserved_
 
unsigned lpSurface_
 
union {
   DDColorKey   ddckCKDestOverlay_
 
   unsigned   dwEmptyFaceColor_
 
}; 
 
DDColorKey ddckCKDestBlt_
 
DDColorKey ddckCKSrcOverlay_
 
DDColorKey ddckCKSrcBlt_
 
union {
   DDPixelFormat   ddpfPixelFormat_
 
   unsigned   dwFVF_
 
}; 
 
DDSCaps2 ddsCaps_
 
unsigned dwTextureStage_
 

Detailed Description

DirectDraw surface description.


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