VTK-m
2.2
vtkm
rendering
internal
rendering/internal/OpenGLHeaders.h
Go to the documentation of this file.
1
//============================================================================
2
// Copyright (c) Kitware, Inc.
3
// All rights reserved.
4
// See LICENSE.txt for details.
5
//
6
// This software is distributed WITHOUT ANY WARRANTY; without even
7
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
// PURPOSE. See the above copyright notice for more information.
9
//============================================================================
10
11
#ifndef vtk_m_rendering_internal_OpenGLHeaders_h
12
#define vtk_m_rendering_internal_OpenGLHeaders_h
13
14
#include <
vtkm/internal/Windows.h
>
15
16
#include <GL/glew.h>
17
18
#if defined(__APPLE__)
19
#include <OpenGL/gl.h>
20
#else
21
#include <GL/gl.h>
22
#endif
23
24
#endif //vtk_m_rendering_internal_OpenGLHeaders_h
Windows.h
Generated by
1.8.17