|
Rebel Fork Framework
|
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_ | |
DirectDraw surface description.