Backends: Vulkan, SDLGPU3: remove samplers from RenderState. (#9378)
Revert part ofac261203a5,9ee3d731b5(#8866, #8163, #7998, #7988) since we have a better solution.
This commit is contained in:
@@ -173,9 +173,6 @@ struct ImGui_ImplVulkan_RenderState
|
||||
VkCommandBuffer CommandBuffer;
|
||||
VkPipeline Pipeline;
|
||||
VkPipelineLayout PipelineLayout;
|
||||
VkDescriptorSet SamplerLinearDS; // Bilinear filtering sampler
|
||||
VkDescriptorSet SamplerNearestDS; // Nearest/point filtering sampler
|
||||
VkDescriptorSet SamplerCurrentDS; // Current sampler (may be changed by callback)
|
||||
};
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user