diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-02-08 17:49:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 17:49:45 -0500 |
| commit | 10a55d8fa21591e3ac783e05f9b542e7b42f1c4c (patch) | |
| tree | 6c5535d4d00443bf39646cd4502a90932ad88b1e /tools/gfx/open-gl/render-gl.cpp | |
| parent | 891791edd182fdfcba60aaacd36eaa303296f2ff (diff) | |
DX12 & NVAPI fixes (#1695)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Fix bugs with m_features on Dx12 and gl.
Fix issue about GFX_NVAPI availability.
* Fix handling of SLANG_E_NOT_AVAILABLE on renderer startup.
* Clarify comment.
* Improve comment.
Diffstat (limited to 'tools/gfx/open-gl/render-gl.cpp')
| -rw-r--r-- | tools/gfx/open-gl/render-gl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
