|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Go to the source code of this file.
Functions | |
| static HRESULT | d3dtexture2_gethandle (DTTR_Graphics_COM_Direct3DTexture2 *self, void *device, DWORD *handle) |
| DTTR_COM_NOOP_HRESULT (d3dtexture2_palettechanged, DTTR_Graphics_COM_Direct3DTexture2 *self, DWORD start, DWORD count) DTTR_COM_NOOP_HRESULT(d3dtexture2_load | |
| DTTR_Graphics_COM_Direct3DTexture2 * | dttr_graphics_com_create_direct3d_texture2 (DTTR_Graphics_COM_DirectDrawSurface7 *surface) |
Variables | |
| static DWORD | d3dtexture2_next_texture_handle = 1 |
| DTTR_Graphics_COM_Direct3DTexture2 * | self |
| DTTR_Graphics_COM_Direct3DTexture2 void *static srcTexture DTTR_Graphics_COM_Direct3DTexture2_VT | vtbl |
|
static |
Definition at line 15 of file com_direct3dtexture2.c.
References d3dtexture2_gethandle(), d3dtexture2_next_texture_handle, DWORD, S_OK, and self.
Referenced by d3dtexture2_gethandle().
| DTTR_COM_NOOP_HRESULT | ( | d3dtexture2_palettechanged | , |
| DTTR_Graphics_COM_Direct3DTexture2 * | self, | ||
| DWORD | start, | ||
| DWORD | count ) |
| DTTR_Graphics_COM_Direct3DTexture2 * dttr_graphics_com_create_direct3d_texture2 | ( | DTTR_Graphics_COM_DirectDrawSurface7 * | surface | ) |
Definition at line 49 of file com_direct3dtexture2.c.
References DTTR_Graphics_COM_Direct3DTexture2::surface, surface, DTTR_Graphics_COM_Direct3DTexture2::vtbl, and vtbl.
Referenced by ddrawsurface7_queryinterface(), and dttr_graphics_com_create_directdrawsurface7().
|
static |
Definition at line 7 of file com_direct3dtexture2.c.
Referenced by d3dtexture2_gethandle().
Definition at line 36 of file com_direct3dtexture2.c.
|
static |
Definition at line 40 of file com_direct3dtexture2.c.