http://bugs.winehq.org/show_bug.cgi?id=18270
Summary: Fixme message needs to be corrected in d3d_shader Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: celticht32@aol.com
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #43: "Fragment shader(s) linked, vertex shader(s) linked. \nWARNING: 0:2: extension 'GL_ARB_draw_buffers' is not supported "
is the output
Should look like this :
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #43: "Fragment shader(s) linked, vertex shader(s) linked. WARNING: 0:2: extension 'GL_ARB_draw_buffers' is not supported "