Skip to content

Commit cc43acf

Browse files
committed
conformanceVersion for unknown device
1 parent 104b939 commit cc43acf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/nbl/video/IOpenGL_PhysicalDeviceBase.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,7 @@ class IOpenGL_PhysicalDeviceBase : public IOpenGLPhysicalDeviceBase
342342
else if(m_properties.driverID == E_DRIVER_ID::EDI_NVIDIA_PROPRIETARY)
343343
m_properties.conformanceVersion = {4u, 4u, 0u, 0u};
344344
else
345-
{
346-
// TODO(Erfan):???
347-
}
345+
m_properties.conformanceVersion = {3u, 1u, 0u, 0u};
348346

349347
m_glfeatures.isIntelGPU = (m_properties.driverID == E_DRIVER_ID::EDI_INTEL_OPEN_SOURCE_MESA || m_properties.driverID == E_DRIVER_ID::EDI_INTEL_PROPRIETARY_WINDOWS);
350348

0 commit comments

Comments
 (0)