VTK
vtkOpenGLExtensionManagerConfigure.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLExtensionManagerConfigure.h.in
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
16 /*
17  * Copyright 2004 Sandia Corporation.
18  * Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive
19  * license for use of this work by or on behalf of the
20  * U.S. Government. Redistribution and use in source and binary forms, with
21  * or without modification, are permitted provided that this Notice and any
22  * statement of authorship are reproduced on all copies.
23  */
24 
25 /* #undef VTK_USE_WGL_GET_PROC_ADDRESS */
26 /* #undef VTK_USE_APPLE_LOADER */
27 /* #undef VTK_USE_GLX_GET_PROC_ADDRESS */
28 #define VTK_USE_GLX_GET_PROC_ADDRESS_ARB
29 /* #undef VTK_USE_VTK_DYNAMIC_LOADER */
30 /* #undef VTK_NO_EXTENSION_LOADING */
31 /* #undef VTK_OPENGL_HAS_OSMESA */
32 
33 /* #undef VTK_DEFINE_GLX_GET_PROC_ADDRESS_PROTOTYPE */
34 
35 // If using vtkDynamicLoader, we need to know where the libraries are.
36 #define OPENGL_LIBRARIES "/usr/lib64/libGLU.so;/usr/lib64/libGL.so;/usr/lib64/libSM.so;/usr/lib64/libICE.so;/usr/lib64/libX11.so;/usr/lib64/libXext.so"
37 
38 // VTK-HeaderTest-Exclude: vtkOpenGLExtensionManagerConfigure.h.in