Last change
on this file since 69474 was 69390, checked in by vboxsync, 7 years ago |
HostServices/SharedOpenGL: scm updates
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
207 bytes
|
Line | |
---|
1 |
|
---|
2 | #include "unpacker.h"
|
---|
3 |
|
---|
4 | void crUnpackExtendDeleteFencesNV(void)
|
---|
5 | {
|
---|
6 | GLsizei n = READ_DATA( 8, GLsizei );
|
---|
7 | const GLuint *fences = DATA_POINTER( 12, GLuint );
|
---|
8 | cr_unpackDispatch.DeleteFencesNV( n, fences );
|
---|
9 | }
|
---|
10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.