mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
update modules
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -10,9 +10,9 @@
|
||||
[submodule "modules/glfw"]
|
||||
path = modules/glfw
|
||||
url = https://github.com/glfw/glfw
|
||||
[submodule "modules/variant"]
|
||||
path = modules/variant
|
||||
url = https://github.com/mpark/variant
|
||||
[submodule "modules/glew"]
|
||||
path = modules/glew
|
||||
url = https://github.com/Perlmint/glew-cmake
|
||||
[submodule "modules/variant"]
|
||||
path = modules/variant
|
||||
url = https://github.com/mpark/variant
|
||||
|
||||
Submodule modules/glew updated: 06ec3affe2...6dbc940772
10
sources/3rdparty/glew/glew.h
vendored
10
sources/3rdparty/glew/glew.h
vendored
@@ -19839,6 +19839,15 @@ typedef void (GLAPIENTRY * PFNGLFRAMEBUFFERTEXTUREMULTISAMPLEMULTIVIEWOVRPROC) (
|
||||
|
||||
#endif /* GL_PGI_vertex_hints */
|
||||
|
||||
/* ----------------------- GL_QCOM_YUV_texture_gather ---------------------- */
|
||||
|
||||
#ifndef GL_QCOM_YUV_texture_gather
|
||||
#define GL_QCOM_YUV_texture_gather 1
|
||||
|
||||
#define GLEW_QCOM_YUV_texture_gather GLEW_GET_VAR(__GLEW_QCOM_YUV_texture_gather)
|
||||
|
||||
#endif /* GL_QCOM_YUV_texture_gather */
|
||||
|
||||
/* --------------------------- GL_QCOM_alpha_test -------------------------- */
|
||||
|
||||
#ifndef GL_QCOM_alpha_test
|
||||
@@ -26036,6 +26045,7 @@ GLEW_VAR_EXPORT GLboolean __GLEW_OVR_multiview2;
|
||||
GLEW_VAR_EXPORT GLboolean __GLEW_OVR_multiview_multisampled_render_to_texture;
|
||||
GLEW_VAR_EXPORT GLboolean __GLEW_PGI_misc_hints;
|
||||
GLEW_VAR_EXPORT GLboolean __GLEW_PGI_vertex_hints;
|
||||
GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_YUV_texture_gather;
|
||||
GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_alpha_test;
|
||||
GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_binning_control;
|
||||
GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_driver_control;
|
||||
|
||||
Reference in New Issue
Block a user