mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
DriverDetails: Update Intel bug description.
This commit is contained in:
parent
c5a0b6bf50
commit
2c0bee5da9
3 changed files with 6 additions and 7 deletions
|
@ -463,7 +463,7 @@ Renderer::Renderer()
|
|||
g_Config.backend_info.bSupportsBBox = GLExtensions::Supports("GL_ARB_shader_storage_buffer_object");
|
||||
g_Config.backend_info.bSupportsGSInstancing = GLExtensions::Supports("GL_ARB_gpu_shader5");
|
||||
g_Config.backend_info.bSupportsGeometryShaders = (GLExtensions::Version() >= 320) &&
|
||||
!DriverDetails::HasBug(DriverDetails::BUG_INTELBROKENINTERFACEBLOCKS);
|
||||
!DriverDetails::HasBug(DriverDetails::BUG_INTELBROKENSTRUCTS);
|
||||
|
||||
// Desktop OpenGL supports the binding layout if it supports 420pack
|
||||
// OpenGL ES 3.1 supports it implicitly without an extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue