Blender
V4.3
intern
ghost
test
multitest
GL.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#if defined(WIN32) || defined(__APPLE__)
6
7
# ifdef WIN32
8
# include <GL/gl.h>
9
# include <
windows.h
>
10
# else
// WIN32
11
// __APPLE__ is defined
12
# include <AGL/gl.h>
13
# endif
// WIN32
14
#else
// defined(WIN32) || defined(__APPLE__)
15
# include <GL/gl.h>
16
#endif
// defined(WIN32) || defined(__APPLE__)
windows.h
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0