2024-04-02 22:22:38 +08:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
class CUnkClass13
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
IDirect3DDevice9 *m_pD3DDevice;
|
|
|
|
ID3DXRenderToSurface *m_pD3DRenderToSurface;
|
|
|
|
IDirect3DTexture9 *m_pD3DTexture;
|
2024-08-26 23:25:20 +08:00
|
|
|
IDirect3DSurface9 *m_pD3DSurface;
|
2024-04-02 22:22:38 +08:00
|
|
|
D3DDISPLAYMODE m_DisplayMode;
|
2024-08-26 23:25:20 +08:00
|
|
|
IDirect3DTexture9 *field_20;
|
2024-04-02 22:22:38 +08:00
|
|
|
|
|
|
|
public:
|
|
|
|
CUnkClass13(IDirect3DDevice9 *pD3DDevice);
|
2024-08-26 23:25:58 +08:00
|
|
|
~CUnkClass13();
|
2024-04-02 22:22:38 +08:00
|
|
|
|
2024-08-26 23:25:20 +08:00
|
|
|
void DeleteDeviceObjects();
|
2024-04-02 22:22:38 +08:00
|
|
|
void RestoreDeviceObjects();
|
|
|
|
};
|