From 9ead3562fb06c14098b7885cc7c736ea4bbc292c Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 27 Dec 2019 21:13:26 -0800 Subject: Added AdapterType member to DeviceCaps struct (API Version 240048) --- Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp index 02dacc62..30c66bca 100644 --- a/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp @@ -103,6 +103,8 @@ RenderDeviceGLImpl::RenderDeviceGLImpl(IReferenceCounters* pRefCounters, m_GPUInfo.Vendor = GPU_VENDOR::ATI; else if (Vendor.find("qualcomm")) m_GPUInfo.Vendor = GPU_VENDOR::QUALCOMM; + + m_DeviceCaps.AdaterType = ADAPTER_TYPE_HARDWARE; } RenderDeviceGLImpl::~RenderDeviceGLImpl() -- cgit v1.2.3