Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenvtxfmt.h
Go to the documentation of this file.
00001 00008 /* 00009 * Mesa 3-D graphics library 00010 * Version: 6.1 00011 * 00012 * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. 00013 * 00014 * Permission is hereby granted, free of charge, to any person obtaining a 00015 * copy of this software and associated documentation files (the "Software"), 00016 * to deal in the Software without restriction, including without limitation 00017 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 00018 * and/or sell copies of the Software, and to permit persons to whom the 00019 * Software is furnished to do so, subject to the following conditions: 00020 * 00021 * The above copyright notice and this permission notice shall be included 00022 * in all copies or substantial portions of the Software. 00023 * 00024 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00025 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 00026 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 00027 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 00028 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 00029 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00030 */ 00031 00032 00033 #ifndef _VTXFMT_H_ 00034 #define _VTXFMT_H_ 00035 00036 extern void _mesa_init_exec_vtxfmt( GLcontext *ctx ); 00037 00038 extern void _mesa_install_exec_vtxfmt( GLcontext *ctx, const GLvertexformat *vfmt ); 00039 extern void _mesa_install_save_vtxfmt( GLcontext *ctx, const GLvertexformat *vfmt ); 00040 00041 extern void _mesa_restore_exec_vtxfmt( GLcontext *ctx ); 00042 00043 #endif Generated on Sun May 27 2012 04:20:31 for ReactOS by
1.7.6.1
|