VirtualBox

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

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
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