summaryrefslogtreecommitdiff
path: root/src/Mesh.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/Mesh.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/Mesh.h')
-rw-r--r--src/Mesh.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/Mesh.h b/src/Mesh.h
index ebb67bb..f84580a 100644
--- a/src/Mesh.h
+++ b/src/Mesh.h
@@ -62,29 +62,6 @@ public:
GLint Offset;
} GL_VERTEX_ATTRIBUTE_DESC;
- static HRESULT CreateD3D9( IDirect3DDevice9* pD3DDev,
- const D3DVERTEXELEMENT9* pVertexElements,
- UINT VertexStride,
- const void* pVertData,
- UINT NumVerts,
- const DWORD* pIndexData,
- UINT NumIndices,
- NVWaveWorks_Mesh** ppMesh
- );
-
- static HRESULT CreateD3D10( ID3D10Device* pD3DDev,
- const D3D10_INPUT_ELEMENT_DESC *pInputElementDescs,
- UINT NumElements,
- const void *pShaderBytecodeWithInputSignature,
- SIZE_T BytecodeLength,
- UINT VertexStride,
- const void* pVertData,
- UINT NumVerts,
- const DWORD* pIndexData,
- UINT NumIndices,
- NVWaveWorks_Mesh** ppMesh
- );
-
static HRESULT CreateD3D11( ID3D11Device* pD3DDev,
const D3D11_INPUT_ELEMENT_DESC *pInputElementDescs,
UINT NumElements,