Welcome to mirror list, hosted at ThFree Co, Russian Federation.

opengl.h « util « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fefee4ec0227ed77389cae7a84700e6208ab826f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: Apache-2.0
 * Copyright 2011-2022 Blender Foundation */

#ifndef __UTIL_OPENGL_H__
#define __UTIL_OPENGL_H__

/* OpenGL header includes, used everywhere we use OpenGL, to deal with
 * platform differences in one central place. */

#include <epoxy/gl.h>

#endif /* __UTIL_OPENGL_H__ */