mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-09 07:12:23 +00:00
Backends: WebGPU: build fix for WebGL/ES2.
This commit is contained in:
@@ -254,10 +254,8 @@ struct ImGui_ImplOpenGL3_Data
|
|||||||
bool HasClipOrigin;
|
bool HasClipOrigin;
|
||||||
bool UseBufferSubData;
|
bool UseBufferSubData;
|
||||||
bool UseTexParameterToSetSampler;
|
bool UseTexParameterToSetSampler;
|
||||||
GLuint NextSampler;
|
GLuint NextSampler; // Used if !HasBindSampler && UseTexParameterToSetSampler.
|
||||||
#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER
|
GLuint TexSamplers[2]; // Used if IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER && HasBindSimpler (0=linear, 1=nearest).
|
||||||
GLuint TexSamplers[2]; // Linear, Nearest
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ImVector<char> TempBuffer;
|
ImVector<char> TempBuffer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user