Blender  V3.3
GPU_glew.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2012 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #if defined(WITH_OPENGL)
11 # include "glew-mx.h"
12 # ifndef WITH_LEGACY_OPENGL
13 # include "GPU_legacy_stubs.h"
14 # endif
15 #endif