Changeset 53729 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jan 4, 2015 5:14:35 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r53728 r53729 189 189 GLenum iGlError = glGetError(); \ 190 190 if (RT_UNLIKELY(iGlError != GL_NO_ERROR)) \ 191 LogRel(("VMSVGA3d: " #a_Expr " -> %#x\n", (int)a_enmGlValue,iGlError)); \191 LogRel(("VMSVGA3d: " #a_Expr " -> %#x\n", iGlError)); \ 192 192 } while (0) 193 193
Note:
See TracChangeset
for help on using the changeset viewer.