Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenarrayobj.h
Go to the documentation of this file.
00001 /* 00002 * Mesa 3-D graphics library 00003 * Version: 6.5 00004 * 00005 * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. 00006 * (C) Copyright IBM Corporation 2006 00007 * 00008 * Permission is hereby granted, free of charge, to any person obtaining a 00009 * copy of this software and associated documentation files (the "Software"), 00010 * to deal in the Software without restriction, including without limitation 00011 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 00012 * and/or sell copies of the Software, and to permit persons to whom the 00013 * Software is furnished to do so, subject to the following conditions: 00014 * 00015 * The above copyright notice and this permission notice shall be included 00016 * in all copies or substantial portions of the Software. 00017 * 00018 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00019 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 00020 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 00021 * BRIAN PAUL OR IBM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 00022 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 00023 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 00024 * SOFTWARE. 00025 */ 00026 00027 #ifndef ARRAYOBJ_H 00028 #define ARRAYOBJ_H 00029 00030 #include "context.h" 00031 00040 /* 00041 * Internal functions 00042 */ 00043 00044 struct gl_array_object * _mesa_new_array_object( GLcontext *ctx, 00045 GLuint name ); 00046 00047 void _mesa_delete_array_object( GLcontext *ctx, struct gl_array_object *obj ); 00048 00049 void _mesa_initialize_array_object( GLcontext *ctx, 00050 struct gl_array_object *obj, GLuint name ); 00051 00052 void _mesa_save_array_object( GLcontext *ctx, struct gl_array_object *obj ); 00053 00054 void _mesa_remove_array_object( GLcontext *ctx, struct gl_array_object *obj ); 00055 00056 00057 00058 /* 00059 * API functions 00060 */ 00061 00062 void GLAPIENTRY _mesa_BindVertexArrayAPPLE( GLuint id ); 00063 00064 void GLAPIENTRY _mesa_DeleteVertexArraysAPPLE(GLsizei n, const GLuint *ids); 00065 00066 void GLAPIENTRY _mesa_GenVertexArraysAPPLE(GLsizei n, GLuint *buffer); 00067 00068 GLboolean GLAPIENTRY _mesa_IsVertexArrayAPPLE( GLuint id ); 00069 00070 #endif /* ARRAYOBJ_H */ Generated on Sun May 27 2012 04:20:10 for ReactOS by
1.7.6.1
|