Changeset 78375 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/state/cr_stateerror.h
- Timestamp:
- May 3, 2019 9:51:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_stateerror.h
r69474 r78375 12 12 #include <iprt/cdefs.h> 13 13 14 DECLEXPORT(void) crStateError( int line, const char *file, GLenum err, const char *format, ... );14 DECLEXPORT(void) crStateError(PCRStateTracker pState, int line, const char *file, GLenum err, const char *format, ... ); 15 15 16 16 #endif /* CR_STATE_ERROR_H */
Note:
See TracChangeset
for help on using the changeset viewer.