Expand description
A Vulkan utility for comparing two images with a draggable divider.
This crate provides a RenderTargetComparator struct that encapsulates the necessary
Vulkan resources to render a side-by-side comparison of two images into a
target image view.
Structs§
- Color
- A simple RGBA color struct.
- Compare
Info - Configuration for a single frame comparison operation.
- Compare
Info Builder - Builder for
CompareInfo. - Render
Target Comparator - A reusable Vulkan utility for rendering a side-by-side image comparison.
- Render
Target Comparator Create Info - Configuration for the comparator.
- Render
Target Comparator Create Info Builder - Builder for
RenderTargetComparatorCreateInfo.
Enums§
- Compare
Info Builder Error - Error type for CompareInfoBuilder
- Render
Target Comparator Create Info Builder Error - Error type for RenderTargetComparatorCreateInfoBuilder