mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
DriverDetails: Make the bug identifiers humanly readable.
This commit is contained in:
parent
5102e76a7f
commit
086f839435
7 changed files with 54 additions and 54 deletions
|
@ -45,7 +45,7 @@ int BoundingBox::Get(int index)
|
|||
int data = 0;
|
||||
glBindBuffer(GL_SHADER_STORAGE_BUFFER, s_bbox_buffer_id);
|
||||
|
||||
if (!DriverDetails::HasBug(DriverDetails::BUG_SLOWGETBUFFERSUBDATA))
|
||||
if (!DriverDetails::HasBug(DriverDetails::BUG_SLOW_GETBUFFERSUBDATA))
|
||||
{
|
||||
// Using glMapBufferRange to read back the contents of the SSBO is extremely slow
|
||||
// on nVidia drivers. This is more noticeable at higher internal resolutions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue