Searched defs:error_str (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c890 const char *error_str; local
891 error_str = (const char *)gl_info->gl_ops.gl.p_glGetString(GL_PROGRAM_ERROR_STRING_ARB);
892 FIXME("Fog test program error at position %d: %s\n\n", err_pos, debugstr_a(error_str));

Completed in 104 milliseconds