KDXr::SwapchainOptions
Module: Public API
Holds option fields used for Swapchain creation.
#include <KDXr/swapchain.h>
Public Attributes
Public Attributes Documentation
| KDGpu::Format format { KDGpu::Format::UNDEFINED };
|
variable usage
| SwapchainUsageFlags usage { SwapchainUsageFlagBits::ColorAttachmentBit | SwapchainUsageFlagBits::SampledBit };
|
variable width
variable height
variable arrayLayers
| uint32_t arrayLayers { 1 };
|
variable faceCount
| uint32_t faceCount { 1 };
|
variable mipLevels
| uint32_t mipLevels { 1 };
|
variable sampleCount
| uint32_t sampleCount { 1 };
|
Updated on 2024-11-21 at 00:02:29 +0000