mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
reverted comment
This commit is contained in:
parent
b8928d230a
commit
fe17c83020
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ namespace glsl
|
|||
"#define VTX_FMT_UINT8 6\n\n";
|
||||
|
||||
// For intel GPUs which cannot access vectors in indexed mode (driver bug? or glsl version too low?)
|
||||
// Note: Tested on Mesa iris with HD 530 and compliant path works fine, may be a bug on Windows proprietary drivers
|
||||
// Note: Tested on Mesa iris with HD 530 and compilant path works fine, may be a bug on Windows proprietary drivers
|
||||
if (!glsl4_compliant)
|
||||
{
|
||||
OS <<
|
||||
|
|
Loading…
Add table
Reference in a new issue