OpenGL库(包括glewfreeglut和gltools)


里面包含bin文件,glew的include,lib和src,freeglut的include和lib,还有gltools的include,lib和src,编译和测试基于vs2015社区版
资源截图
代码片段和文件信息
/*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2015 Nigel Stewart 
** Copyright (C) 2002-2008 Milan Ikits 
** Copyright (C) 2002-2008 Marcelo E. Magallon 
** Copyright (C) 2002 Lev Povalahev
** All rights reserved.
** 
** Redistribution and use in source and binary forms with or without 
** modification are permitted provided that the following conditions are met:
** 
** * Redistributions of source code must retain the above copyright notice 
**   this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright notice 
**   this list of conditions and the following disclaimer in the documentation 
**   and/or other materials provided with the distribution.
** * The name of the author may be used to endorse or promote products 
**   derived from this software without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“ 
** AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE 
** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
** ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
** LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR 
** CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF 
** SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS
** INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN
** CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF
** THE POSSIBILITY OF SUCH DAMAGE.
*/

#include 

#if defined(GLEW_OSMESA)
#  define GLAPI extern
#  include 
#elif defined(GLEW_EGL)
#  include 
#elif defined(_WIN32)
#  include 
#elif !defined(__ANDROID__) && !defined(__native_client__) && !defined(__HAIKU__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
#  include 
#endif

#include   /* For size_t */

#if defined(GLEW_EGL)
#elif defined(GLEW_REGAL)

/* In GLEW_REGAL mode we call direcly into the linked
   libRegal.so glGetProcAddressREGAL for looking up
   the GL function pointers. */

#  undef glGetProcAddressREGAL
#  ifdef WIN32
extern void *  __stdcall glGetProcAddressREGAL(const GLchar *name);
static void * (__stdcall * regalGetProcAddress) (const GLchar *) = glGetProcAddressREGAL;
#    else
extern void * glGetProcAddressREGAL(const GLchar *name);
static void * (*regalGetProcAddress) (const GLchar *) = glGetProcAddressREGAL;
#  endif
#  define glGetProcAddressREGAL GLEW_GET_FUN(__glewGetProcAddressREGAL)

#elif defined(__sgi) || defined (__sun) || defined(__HAIKU__) || defined(GLEW_APPLE_GLX)
#include 
#include 
#include 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     198656  2015-03-15 14:28  OpenGLinfreeglut.dll

     文件     348672  2015-12-03 21:08  OpenGLinfreeglutd.dll

     文件     341504  2016-11-20 21:27  OpenGLinglew32.dll

     文件     169984  1998-08-18 16:25  OpenGLinglut.dll

     文件     221184  2009-08-17 20:34  OpenGLinglut32.dll

     文件        703  2015-03-14 15:34  OpenGLfreeglut-3.0includeGLfreeglut.h

     文件      10682  2015-03-14 15:34  OpenGLfreeglut-3.0includeGLfreeglut_ext.h

     文件      27470  2015-07-22 08:45  OpenGLfreeglut-3.0includeGLfreeglut_std.h

     文件        660  2015-03-14 15:34  OpenGLfreeglut-3.0includeGLglut.h

     文件      39732  2015-03-14 15:19  OpenGLfreeglut-3.0libfreeglut.lib

     文件      92413  2016-11-20 21:27  OpenGLglew-2.0.0includeGLeglew.h

     文件    1058609  2016-11-20 21:27  OpenGLglew-2.0.0includeGLglew.h

     文件      74992  2016-11-20 21:27  OpenGLglew-2.0.0includeGLglxew.h

     文件      64124  2016-11-20 21:27  OpenGLglew-2.0.0includeGLwglew.h

     文件     631602  2016-11-20 21:27  OpenGLglew-2.0.0libglew32.lib

     文件    2141998  2016-11-20 21:27  OpenGLglew-2.0.0libglew32s.lib

     文件    1096659  2016-07-24 00:43  OpenGLglew-2.0.0srcglew.c

     文件     571682  2016-07-24 00:43  OpenGLglew-2.0.0srcglewinfo.c

     文件      41916  2016-07-24 00:43  OpenGLglew-2.0.0srcvisualinfo.c

     文件       4729  2011-05-07 21:48  OpenGLGLTools-masterincludeGLBatch.h

     文件       2078  2011-05-07 21:48  OpenGLGLTools-masterincludeGLBatchbase.h

     文件      14940  2011-05-07 21:48  OpenGLGLTools-masterincludeGLframe.h

     文件      12103  2011-05-07 21:48  OpenGLGLTools-masterincludeGLFrustum.h

     文件       2994  2011-05-07 21:48  OpenGLGLTools-masterincludeGLGeometryTransform.h

     文件       5941  2011-05-07 21:48  OpenGLGLTools-masterincludeGLMatrixStack.h

     文件       4550  2011-05-07 21:48  OpenGLGLTools-masterincludeGLShaderManager.h

     文件       7032  2011-05-07 21:48  OpenGLGLTools-masterincludeGLTools.h

     文件       4423  2011-05-07 21:48  OpenGLGLTools-masterincludeGLTriangleBatch.h

     文件      28769  2011-05-07 21:48  OpenGLGLTools-masterincludemath3d.h

     文件       3461  2011-05-07 21:48  OpenGLGLTools-masterincludeStopWatch.h

............此处省略24个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)