Changeset 50044 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Jan 9, 2014 7:11:56 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91531
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c
r50041 r50044 1819 1819 } 1820 1820 1821 #ifdef DEBUG1822 extern GLuint g_VBoxTstNumVa;1823 #endif1824 1825 1821 void SERVER_DISPATCH_APIENTRY crServerDispatchBegin(GLenum mode) 1826 1822 { … … 1828 1824 CRContext *ctx = crStateGetCurrent(); 1829 1825 SPUDispatchTable *gl = &cr_server.head_spu->dispatch_table; 1830 1831 g_VBoxTstNumVa = 0;1832 1826 1833 1827 if (ctx->program.vpProgramBinding)
Note:
See TracChangeset
for help on using the changeset viewer.