Describes the color attachment behavior for a render pass. More...
#include <kanzi/gfx/create_info.hpp>
Public Attributes | |
| ColorClearValue | clearValue |
| The default clear color value when the attachment is cleared on load. | |
| Format | format |
| The pixel format. | |
| AttachmentLoadOperation | loadOperation |
| The load operation for the attachment at the beginning of the render pass. | |
| MultisampleCount | multisampleCount |
| The number of samples for multisample anti-aliasing. | |
| bool | resolveMultisample |
| Indicates whether this color attachment resolves the multisamples automatically when the render pass is complete. | |
| AttachmentStoreOperation | storeOperation |
| The store operation for the attachment at the end of the render pass. | |
Describes the color attachment behavior for a render pass.
| Format kanzi::gfx::ColorAttachmentDescription::format |
The pixel format.
| AttachmentLoadOperation kanzi::gfx::ColorAttachmentDescription::loadOperation |
The load operation for the attachment at the beginning of the render pass.
| AttachmentStoreOperation kanzi::gfx::ColorAttachmentDescription::storeOperation |
The store operation for the attachment at the end of the render pass.
| ColorClearValue kanzi::gfx::ColorAttachmentDescription::clearValue |
The default clear color value when the attachment is cleared on load.
| MultisampleCount kanzi::gfx::ColorAttachmentDescription::multisampleCount |
The number of samples for multisample anti-aliasing.
| bool kanzi::gfx::ColorAttachmentDescription::resolveMultisample |
Indicates whether this color attachment resolves the multisamples automatically when the render pass is complete.