diff options
Diffstat (limited to 'tools/gfx')
| -rw-r--r-- | tools/gfx/d3d12/render-d3d12.cpp | 3 | ||||
| -rw-r--r-- | tools/gfx/open-gl/render-gl.cpp | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/tools/gfx/d3d12/render-d3d12.cpp b/tools/gfx/d3d12/render-d3d12.cpp index 0ab07c262..2e1959bde 100644 --- a/tools/gfx/d3d12/render-d3d12.cpp +++ b/tools/gfx/d3d12/render-d3d12.cpp @@ -762,8 +762,6 @@ protected: HWND m_hwnd = nullptr; - List<String> m_features; - bool m_nvapi = false; }; @@ -1471,6 +1469,7 @@ Result D3D12Renderer::initialize(const Desc& desc, void* inWindowHandle) m_nvapi = true; #endif + } // Find what features are supported diff --git a/tools/gfx/open-gl/render-gl.cpp b/tools/gfx/open-gl/render-gl.cpp index 03736cfa4..4251abe98 100644 --- a/tools/gfx/open-gl/render-gl.cpp +++ b/tools/gfx/open-gl/render-gl.cpp @@ -470,8 +470,6 @@ public: Desc m_desc; - List<String> m_features; - // Declare a function pointer for each OpenGL // extension function we need to load #define DECLARE_GL_EXTENSION_FUNC(NAME, TYPE) TYPE NAME; |
