mirror of
https://github.com/Relintai/sfw.git
synced 2024-12-20 21:06:49 +01:00
Disable BindSamplers.
This commit is contained in:
parent
23de62a08d
commit
ab61a7b2df
@ -209,9 +209,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Desktop GL 3.3+ and GL ES 3.0+ have glBindSampler()
|
// Desktop GL 3.3+ and GL ES 3.0+ have glBindSampler()
|
||||||
#if !defined(IMGUI_IMPL_OPENGL_ES2) && (defined(IMGUI_IMPL_OPENGL_ES3) || defined(GL_VERSION_3_3))
|
//#if !defined(IMGUI_IMPL_OPENGL_ES2) && (defined(IMGUI_IMPL_OPENGL_ES3) || defined(GL_VERSION_3_3))
|
||||||
#define IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER
|
//#define IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
// [Debugging]
|
// [Debugging]
|
||||||
//#define IMGUI_IMPL_OPENGL_DEBUG
|
//#define IMGUI_IMPL_OPENGL_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user