#include "dxframework.h"Go to the source code of this file.
Namespaces | |
| namespace | dxf |
Functions | |
| HRESULT CALLBACK | OnCreateDevice (IDirect3DDevice9 *pd3dDevice, const D3DSURFACE_DESC *pBackBufferSurfaceDesc, void *pUserContext) |
| HRESULT CALLBACK | OnResetDevice (IDirect3DDevice9 *pd3dDevice, const D3DSURFACE_DESC *pBackBufferSurfaceDesc, void *pUserContext) |
| void CALLBACK | OnLostDevice (void *pUserContext) |
| void CALLBACK | OnDestroyDevice (void *pUserContext) |
| void CALLBACK | OnFrameRender (IDirect3DDevice9 *pd3dDevice, double fTime, float fElapsedTime, void *pUserContext) |
| bool CALLBACK | IsDeviceAcceptable (D3DCAPS9 *pCaps, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFormat, bool bWindowed, void *pUserContext) |
| bool CALLBACK | ModifyDeviceSettings (DXUTDeviceSettings *pDeviceSettings, const D3DCAPS9 *pCaps, void *pUserContext) |
| ID3DXSprite * | dxf::DXFGetD3DXSprite () |
| void | dxf::DXFSetClear (bool clearEachFrame) |
| void | dxf::DXFSetClearColor (D3DCOLOR clearColor) |
| void | dxf::DXFSetClearRect (const D3DRECT &clearRect) |
| bool CALLBACK IsDeviceAcceptable | ( | D3DCAPS9 * | pCaps, | |
| D3DFORMAT | AdapterFormat, | |||
| D3DFORMAT | BackBufferFormat, | |||
| bool | bWindowed, | |||
| void * | pUserContext | |||
| ) |
| bool CALLBACK ModifyDeviceSettings | ( | DXUTDeviceSettings * | pDeviceSettings, | |
| const D3DCAPS9 * | pCaps, | |||
| void * | pUserContext | |||
| ) |
| HRESULT CALLBACK OnCreateDevice | ( | IDirect3DDevice9 * | pd3dDevice, | |
| const D3DSURFACE_DESC * | pBackBufferSurfaceDesc, | |||
| void * | pUserContext | |||
| ) |
| void CALLBACK OnDestroyDevice | ( | void * | pUserContext | ) |
Definition at line 46 of file dxf_view.cpp.
References dxf::View::Instance().
Referenced by dxf::View::OnDestroyDevice().
| void CALLBACK OnFrameRender | ( | IDirect3DDevice9 * | pd3dDevice, | |
| double | fTime, | |||
| float | fElapsedTime, | |||
| void * | pUserContext | |||
| ) |
| void CALLBACK OnLostDevice | ( | void * | pUserContext | ) |
Definition at line 41 of file dxf_view.cpp.
References dxf::View::Instance().
Referenced by dxf::View::OnLostDevice().
| HRESULT CALLBACK OnResetDevice | ( | IDirect3DDevice9 * | pd3dDevice, | |
| const D3DSURFACE_DESC * | pBackBufferSurfaceDesc, | |||
| void * | pUserContext | |||
| ) |
1.4.7