VirtualBox

Changeset 76255 in vbox for trunk/include


Ignore:
Timestamp:
Dec 16, 2018 6:47:05 PM (6 years ago)
Author:
vboxsync
Message:

DevVGA-SVGA3d: Use PDMDevHlpVMSetError and VERR_VGA_GL_SYMBOL_NOT_FOUND to report errors loading open gl symbol resolving errors. Tested on windows. Left todo (mainly to myself) about better libGL.so/opengl32.dll/OpenGL.dylib loading error reporting, since that'll show up as failure to resolve 'glAlphaFunc' now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r76227 r76255  
    17351735/** Unexpected PCI region change during VGA saved state loading. */
    17361736#define VERR_VGA_UNEXPECTED_PCI_REGION_LOAD_CHANGE  (-3502)
     1737/** Unabled to locate or load the OpenGL library. */
     1738#define VERR_VGA_GL_LOAD_FAILURE                    (-3503)
     1739/** Unabled to locate an OpenGL symbol. */
     1740#define VERR_VGA_GL_SYMBOL_NOT_FOUND                (-3504)
    17371741/** @} */
    17381742
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette