Changeset 63204 in vbox for trunk/src/VBox/Additions/common/crOpenGL/stub.c
- Timestamp:
- Aug 9, 2016 1:36:53 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109830
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/stub.c
r59505 r63204 156 156 void APIENTRY crVBoxTexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, const GLint *pRects) 157 157 { 158 RT_NOREF(texture, cfg, xPos, yPos, cRects, pRects); 158 159 crError("not expected!"); 159 160 }
Note:
See TracChangeset
for help on using the changeset viewer.