summaryrefslogtreecommitdiff
path: root/src/FFT_Simulation_Manager.h
diff options
context:
space:
mode:
authorJason Maskell <[email protected]>2016-05-25 16:02:23 +0200
committerJason Maskell <[email protected]>2016-05-25 16:02:23 +0200
commit69f624cfc22c361a8162f57df4a71e4324805717 (patch)
tree245e0e5ebcb120fc573eb44d82755c1456e0d519 /src/FFT_Simulation_Manager.h
parentAdded OpenGL sample - compiles and runs but doesn't work. (diff)
downloadwaveworks_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.h2
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; }