VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_fence.c@ 54934

Last change on this file since 54934 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: 207 bytes
Line 
1
2#include "unpacker.h"
3
4void 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.

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