Changeset 84727 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 8, 2020 5:08:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-glLdr.h
r84725 r84727 241 241 GLPFN void (GLAPIENTRYP pfn_glOrtho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearVal, GLdouble farVal); 242 242 #define glOrtho pfn_glOrtho 243 243 244 244 GLPFN void (GLAPIENTRYP pfn_glPixelStorei)(GLenum pname, GLint param); 245 245 #define glPixelStorei pfn_glPixelStorei
Note:
See TracChangeset
for help on using the changeset viewer.