Backends: WebGPU: added SetSamplerLinear/Nearest draw callbacks. (#9378)

This commit is contained in:
ocornut
2026-04-23 21:50:50 +02:00
parent 37952fb3b8
commit dfe6f9ebca
3 changed files with 35 additions and 24 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
// [X] Renderer: Expose selected render state for draw callbacks to use. Access in '(ImGui_ImplXXXX_RenderState*)GetPlatformIO().Renderer_RenderState'.
// [X] Renderer: Texture updates support for dynamic font system (ImGuiBackendFlags_RendererHasTextures).
// Missing features or Issues:
// [ ] Renderer: Missing support for DrawCallback_SetSamplerLinear, DrawCallback_SetSamplerNearest, DrawCallback_SetSamplerCustom callbacks.
// [ ] Renderer: Missing support for DrawCallback_SetSamplerCustom.
// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this.
// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need.