JayFoxRox / Lindbergh-Emulator

A Sega Lindbergh environment / HLE for Linux
46 stars 8 forks source link

Missing GL stuff #22

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago
glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &params);
  if ( params != -1 )
  {
    v10 = glGetString(GL_PROGRAM_ERROR_STRING_ARB);

GetString is done, the other one is hooked but the handler for that enum value not implemented yet. Keeping opened.