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: 090deb861c49e433dae7a93aa760189babdca221 (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 <GL/glew.h>

#endif /* __UTIL_OPENGL_H__ */