VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_calllists.c@ 54558

Last change on this file since 54558 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: 441 bytes
Line 
1/* Copyright (c) 2001, Stanford University
2 * All rights reserved
3 *
4 * See the file LICENSE.txt for information on redistributing this software.
5 */
6
7#include "unpacker.h"
8
9void crUnpackCallLists( void )
10{
11 GLint n = READ_DATA( sizeof( int ) + 0, GLint );
12 GLenum type = READ_DATA( sizeof( int ) + 4, GLenum );
13 GLvoid *lists = DATA_POINTER( sizeof( int ) + 8, GLvoid );
14
15 cr_unpackDispatch.CallLists( n, type, lists );
16 INCR_VAR_PTR();
17}
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette