VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_point.c@ 60744

最後變更 在這個檔案從60744是 15532,由 vboxsync 提交於 16 年 前

crOpenGL: export to OSE

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 635 位元組
 
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 crUnpackExtendPointParameterfvARB( void )
10{
11 GLenum pname = READ_DATA( sizeof( int ) + 4, GLenum );
12 GLfloat *params = DATA_POINTER( sizeof( int ) + 8, GLfloat );
13 cr_unpackDispatch.PointParameterfvARB( pname, params );
14}
15
16#if 1
17void crUnpackExtendPointParameteriv( void )
18{
19 GLenum pname = READ_DATA( sizeof( int ) + 0, GLenum );
20 GLint *params = DATA_POINTER( sizeof( int ) + 4, GLint );
21
22 cr_unpackDispatch.PointParameteriv( pname, params );
23}
24#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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