|
Hymn to Beauty
C++ 3D Engine
|
Compatibility information about the render pass. More...
#include <VulkanRenderPass.hpp>
Public Attributes | |
| bool | hasColorAttachment |
| Whether the render pass has a color attachment. More... | |
| VkFormat | colorAttachmentFormat |
| The format of the render pass' color attachment. More... | |
| bool | hasDepthAttachment |
| Whether the render pass has a depth attachment. More... | |
| VkFormat | depthAttachmentFormat |
| The format of the render pass' depth attachment. More... | |
| uint32_t | attachmentlessMsaa |
| MSAA sample count when doing attachmentless rendering. More... | |
Compatibility information about the render pass.
Two render passes with the same compatibility informations are compatible.
| uint32_t Video::VulkanRenderPass::Compatibility::attachmentlessMsaa |
MSAA sample count when doing attachmentless rendering.
| VkFormat Video::VulkanRenderPass::Compatibility::colorAttachmentFormat |
The format of the render pass' color attachment.
| VkFormat Video::VulkanRenderPass::Compatibility::depthAttachmentFormat |
The format of the render pass' depth attachment.
| bool Video::VulkanRenderPass::Compatibility::hasColorAttachment |
Whether the render pass has a color attachment.
| bool Video::VulkanRenderPass::Compatibility::hasDepthAttachment |
Whether the render pass has a depth attachment.