Skip to content

Commit

Permalink
reverted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
octopoulos authored and kd-11 committed May 12, 2021
1 parent b8928d2 commit fe17c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/RSX/Common/GLSLCommon.cpp
Expand Up @@ -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 <<
Expand Down

0 comments on commit fe17c83

Please sign in to comment.