mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-13 08:54:51 +00:00
Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378)
This commit is contained in:
@@ -15817,7 +15817,7 @@ void ImGuiPlatformIO::ClearRendererHandlers()
|
||||
{
|
||||
Renderer_TextureMaxWidth = Renderer_TextureMaxHeight = 0;
|
||||
Renderer_RenderState = NULL;
|
||||
DrawCallback_ResetRenderState = DrawCallback_SetSamplerLinear = DrawCallback_SetSamplerNearest = DrawCallback_SetSamplerCustom = NULL;
|
||||
DrawCallback_ResetRenderState = DrawCallback_SetSamplerLinear = DrawCallback_SetSamplerNearest = NULL;
|
||||
}
|
||||
|
||||
ImGuiViewport* ImGui::GetMainViewport()
|
||||
|
||||
Reference in New Issue
Block a user