Last change
on this file since 16276 was 15532, checked in by vboxsync, 16 years ago |
crOpenGL: export to OSE
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
455 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * All rights reserved
|
---|
3 | *
|
---|
4 | * See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | */
|
---|
6 |
|
---|
7 | #include "unpacker.h"
|
---|
8 |
|
---|
9 | void crUnpackExtendChromiumParametervCR( void )
|
---|
10 | {
|
---|
11 | GLenum target = READ_DATA( 8, GLenum );
|
---|
12 | GLenum type = READ_DATA( 12, GLenum );
|
---|
13 | GLsizei count = READ_DATA( 16, GLsizei );
|
---|
14 | GLvoid *values = DATA_POINTER( 20, GLvoid );
|
---|
15 |
|
---|
16 | cr_unpackDispatch.ChromiumParametervCR(target, type, count, values);
|
---|
17 |
|
---|
18 |
|
---|
19 | /*
|
---|
20 | INCR_VAR_PTR();
|
---|
21 | */
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.