VirtualBox

source: vbox/trunk/src/VBox/GuestHost/OpenGL/packer/pack_feedback.c@ 69392

最後變更 在這個檔案從69392是 69392,由 vboxsync 提交於 7 年 前

GuestHost/OpenGL: scm updates

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id Revision
檔案大小: 1.1 KB
 
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 "packer.h"
8#include "cr_error.h"
9
10void PACK_APIENTRY crPackFeedbackBuffer( GLsizei size, GLenum type, GLfloat *buffer )
11{
12 (void) size;
13 (void) type;
14 (void) buffer;
15
16 crWarning("Packer wont pass FeedbackBuffer()\n");
17 crWarning("Try using the feedbackspu\n");
18}
19
20void PACK_APIENTRY crPackFeedbackBufferSWAP( GLsizei size, GLenum type, GLfloat *buffer )
21{
22 (void) size;
23 (void) type;
24 (void) buffer;
25
26 crWarning("Packer wont pass FeedbackBuffer()\n");
27 crWarning("Try using the feedbackspu\n");
28}
29
30void PACK_APIENTRY crPackSelectBuffer( GLsizei size, GLuint *buffer )
31{
32 (void) size;
33 (void) buffer;
34
35 crWarning("Packer wont pass SelectBuffer()\n");
36 crWarning("Try using the feedbackspu\n");
37}
38
39void PACK_APIENTRY crPackSelectBufferSWAP( GLsizei size, GLuint *buffer )
40{
41 (void) size;
42 (void) buffer;
43
44 crWarning("Packer wont pass SelectBuffer()\n");
45 crWarning("Try using the feedbackspu\n");
46}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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