diff options
| author | Jason Maskell <[email protected]> | 2016-05-31 11:24:52 +0200 |
|---|---|---|
| committer | Jason Maskell <[email protected]> | 2016-05-31 11:24:52 +0200 |
| commit | 999fd20ca96b8d44d3ce418f118fb3b846038978 (patch) | |
| tree | fc86969d4eb006f592560e7bd425b9a2db865be2 /sample/d3d11/ocean_surface.h | |
| parent | Added path to opengl media search path. Removed commented out code left over ... (diff) | |
| download | waveworks_archive-999fd20ca96b8d44d3ce418f118fb3b846038978.tar.xz waveworks_archive-999fd20ca96b8d44d3ce418f118fb3b846038978.zip | |
Added support for RFC 104, the logging interface: https://docs.google.com/document/d/102b8k5pKYj9e-tMmG53aT5izur-qfUSPX1gBro4gN0Q/edit
Added a dumb implementation of the logger in the D3D11 sample.
Added a method to the WaveWorks API to allow the user to set (override) the internal logger with their own supplied nv::ILogger derived object.
Diffstat (limited to 'sample/d3d11/ocean_surface.h')
| -rw-r--r-- | sample/d3d11/ocean_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/d3d11/ocean_surface.h b/sample/d3d11/ocean_surface.h index 5910970..d3b8f00 100644 --- a/sample/d3d11/ocean_surface.h +++ b/sample/d3d11/ocean_surface.h @@ -50,7 +50,7 @@ public: ID3DX11Effect* m_pOceanFX; ID3DX11EffectTechnique* m_pRenderSurfaceTechnique; ID3DX11EffectPass* m_pRenderSurfaceShadedWithShorelinePass; - ID3DX11EffectPass* m_pRenderSurfaceWireframeWithShorelinePass; +// ID3DX11EffectPass* m_pRenderSurfaceWireframeWithShorelinePass; ID3D11InputLayout* m_pQuadLayout; ID3D11InputLayout* m_pRayContactLayout; |