|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "d3d9_texture.h"

Go to the source code of this file.
Classes | |
| struct | _D3D9MipMap |
Typedefs | |
| typedef struct _D3D9MipMap | D3D9MipMap |
| typedef struct _D3D9MipMap * | LPD3D9MIPMAP |
Functions | |
| HRESULT | CreateD3D9MipMap (struct _Direct3DDevice9_INT *pDevice, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 **ppTexture) |
| typedef struct _D3D9MipMap D3D9MipMap |
| typedef struct _D3D9MipMap* LPD3D9MIPMAP |
| HRESULT CreateD3D9MipMap | ( | struct _Direct3DDevice9_INT * | pDevice, |
| UINT | Width, | ||
| UINT | Height, | ||
| UINT | Levels, | ||
| DWORD | Usage, | ||
| D3DFORMAT | Format, | ||
| D3DPOOL | Pool, | ||
| IDirect3DTexture9 ** | ppTexture | ||
| ) |
Definition at line 287 of file d3d9_mipmap.c.
Referenced by IDirect3DDevice9Base_CreateTexture().