2022-02-11 09:07:11 +11:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
* Copyright 2012 Blender Foundation. All rights reserved. */
|
2014-10-07 15:46:19 -05:00
|
|
|
|
2019-02-18 08:08:12 +11:00
|
|
|
/** \file
|
|
|
|
|
* \ingroup gpu
|
2014-10-07 15:46:19 -05:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2018-06-15 20:17:16 -06:00
|
|
|
#if defined(WITH_OPENGL)
|
2018-06-18 08:10:23 +02:00
|
|
|
# include "glew-mx.h"
|
|
|
|
|
# ifndef WITH_LEGACY_OPENGL
|
|
|
|
|
# include "GPU_legacy_stubs.h"
|
|
|
|
|
# endif
|
2017-04-06 18:46:33 +02:00
|
|
|
#endif
|