diff options
| author | Jason Maskell <[email protected]> | 2016-05-25 16:02:23 +0200 |
|---|---|---|
| committer | Jason Maskell <[email protected]> | 2016-05-25 16:02:23 +0200 |
| commit | 69f624cfc22c361a8162f57df4a71e4324805717 (patch) | |
| tree | 245e0e5ebcb120fc573eb44d82755c1456e0d519 /src/FFT_Simulation_Manager.h | |
| parent | Added OpenGL sample - compiles and runs but doesn't work. (diff) | |
| download | waveworks_archive-69f624cfc22c361a8162f57df4a71e4324805717.tar.xz waveworks_archive-69f624cfc22c361a8162f57df4a71e4324805717.zip | |
Excised D3D9 and 10 support from library.
Diffstat (limited to 'src/FFT_Simulation_Manager.h')
| -rw-r--r-- | src/FFT_Simulation_Manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FFT_Simulation_Manager.h b/src/FFT_Simulation_Manager.h index d010ea2..d865a65 100644 --- a/src/FFT_Simulation_Manager.h +++ b/src/FFT_Simulation_Manager.h @@ -47,8 +47,6 @@ public: virtual ~NVWaveWorks_FFT_Simulation_Manager() {}; - virtual HRESULT initD3D9(IDirect3DDevice9* /*pD3DDevice*/) { return S_OK; } - virtual HRESULT initD3D10(ID3D10Device* /*pD3DDevice*/) { return S_OK; } virtual HRESULT initD3D11(ID3D11Device* /*pD3DDevice*/) { return S_OK; } virtual HRESULT initGL2(void* /*pGLContext*/) { return S_OK; } virtual HRESULT initNoGraphics() { return S_OK; } |