VirtualBox

source: vbox/trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_fence.c@ 25149

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

crOpenGL: export to OSE

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 733 位元組
 
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 "state.h"
8#include "state_internals.h"
9#include "state/cr_statetypes.h"
10
11
12
13void APIENTRY crStateGenFencesNV(GLsizei n, GLuint *fences)
14{
15}
16
17
18void APIENTRY crStateDeleteFencesNV(GLsizei n, const GLuint *fences)
19{
20}
21
22void APIENTRY crStateSetFenceNV(GLuint fence, GLenum condition)
23{
24}
25
26GLboolean APIENTRY crStateTestFenceNV(GLuint fence)
27{
28 return GL_FALSE;
29}
30
31void APIENTRY crStateFinishFenceNV(GLuint fence)
32{
33}
34
35GLboolean APIENTRY crStateIsFenceNV(GLuint fence)
36{
37 return GL_FALSE;
38}
39
40void APIENTRY crStateGetFenceivNV(GLuint fence, GLenum pname, GLint *params)
41{
42}
43
44
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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