|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
donner::gpu::vulkan::VulkanDevice - the Vulkan backend for the Donner GPU runtime.
More...
#include <cstdint>#include <memory>#include <string>#include <vector>#include "donner/gpu/Device.h"Classes | |
| class | donner::gpu::vulkan::VulkanDevice |
| Vulkan backend of the Donner GPU runtime. More... | |
| struct | donner::gpu::vulkan::VulkanDevice::RecordedImageBarrierForTest |
| One image barrier the backend recorded, reported as plain numbers so this header stays free of Vulkan types. Test accessor: which barriers are emitted is the whole contract of the resource-state model, and it is not observable in the pixels a slice reads back. More... | |
| struct | donner::gpu::vulkan::VulkanDevice::RecordedSubpassDependencyForTest |
| The two halves of a render pass external dependency, as plain numbers. Test accessor. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
donner::gpu::vulkan::VulkanDevice - the Vulkan backend for the Donner GPU runtime.
| struct donner::gpu::vulkan::VulkanDevice::RecordedImageBarrierForTest |
One image barrier the backend recorded, reported as plain numbers so this header stays free of Vulkan types. Test accessor: which barriers are emitted is the whole contract of the resource-state model, and it is not observable in the pixels a slice reads back.
| struct donner::gpu::vulkan::VulkanDevice::RecordedSubpassDependencyForTest |