mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-26 10:22:01 +00:00
Backends: DirectX10: Expose selected render state in ImGui_ImplDX10_RenderState, which you can access in 'void* platform_io.Renderer_RenderState' during draw callbacks. (#6969, #5834, #7468, #3590)
Amend e94f95d
This commit is contained in:
@@ -74,6 +74,7 @@ Other changes:
|
||||
primarily for the purpose of making our examples simpler.
|
||||
- Backends: DX11: Expose vertex constant buffer in ImGui_ImplDX11_RenderState.
|
||||
Reset projection matrix in ImDrawCallback_ResetRenderState handlers. (#6969, #5834, #7468, #3590)
|
||||
- Backends: DX10: Expose ImGui_ImplDX10_RenderState for completeness. (#6969, #5834, #7468, #3590)
|
||||
- Examples: Added Win32+Vulkan example for completeness. (#8180) [@jristic]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user