#include <GfxUtil/RmGfxUtilTypes.h>Go to the source code of this file.
Functions | |
| RMGFXUTIL_API bool | RmGfxUtilD3DInitialize () |
| RMGFXUTIL_API void | RmGfxUtilInit () |
| RMGFXUTIL_API void | RmGfxUtilUninitialize () |
| RMGFXUTIL_API bool | RmGfxBltSurface (RmSurface *pDestSurface, RmSurface *pSrcSurface, RmPixelFormatType destPixelFormat=RM_PIXELFORMAT_UNKNOWN, int destWidth=0, int destHeight=0, bool bAlphaOnly=false) |
| RMGFXUTIL_API bool | RmGfxFlipSurfaceY (RmSurface *pDestSurface, RmSurface *pSrcSurface) |
| RMGFXUTIL_API bool | RmGfxBltVolume (RmVolume *pDestVolume, RmVolume *pSrcVolume, RmPixelFormatType destPixelFormat=RM_PIXELFORMAT_UNKNOWN, int destWidth=0, int destHeight=0, int destDepth=0) |
| RMGFXUTIL_API bool | RmGfxFormatContainsAlpha (RmPixelFormatType pixelFormatType) |
| RMGFXUTIL_API HBITMAP | RmGfxCreateTextureBitmap (HDC hDC, RmTextureVariable *pRmTextureVariable, int nBitmapWidth, int nBitmapHeight, COLORREF rgbBackground, bool bAlphaOnly=false, int nMipMapLevel=0, int nVolumeDepth=-1) |
|
||||||||||||||||||||||||||||
|
Surface Conversion
|
|
||||||||||||||||||||||||||||
|
Volume Conversion
|
|
||||||||||||||||||||||||||||||||||||
|
Helper functions for creating HBITMAPs from RmTextures Functions will return an HBITMAP compatible with the passed hDC. The bitmap will be resized to the passed width and height.
|
|
||||||||||||
|
Surface Flipping up-down
|
|
|
Helper function to test whether the passed pixel format contains an alpha component or not
|
|
|
Test for D3D availability
|
|
|
Initialize Gfx utilities
|
|
|
Uninitialize Gfx utilities
|
1.3.6