mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 07:48:52 +00:00
Enables usage of GLSL textureSize on Qualcomm v66.
Qualcomm's v66 drivers have a working textureSize() function now. Enable usage of it.
This commit is contained in:
parent
07fbb13bba
commit
8bb8446e34
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ namespace DriverDetails
|
|||
// Bug: GLSL ES 3.0 textureSize causes abort
|
||||
// Affected devices: Adreno a3xx
|
||||
// Started Version: -1 (Noticed in v53)
|
||||
// Ended Version: -1
|
||||
// Ended Version: 66
|
||||
// If a shader includes a textureSize function call then the shader compiler will call abort()
|
||||
BUG_BROKENTEXTURESIZE,
|
||||
// Bug: ARB_buffer_storage doesn't work with ARRAY_BUFFER type streams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue