![]() |
LLGL 0.05 Beta
|
Render pass attachment descriptor structure. More...
#include <RenderPassFlags.h>
Public Member Functions | |
| AttachmentFormatDescriptor ()=default | |
| AttachmentFormatDescriptor (const Format format, const AttachmentLoadOp loadOp=AttachmentLoadOp::Load, const AttachmentStoreOp storeOp=AttachmentStoreOp::Store) | |
| Constructor to initialize the format and optionally the load and store operations. | |
Public Attributes | |
| Format | format = Format::Undefined |
| Specifies the render target attachment format. By default Format::Undefined. | |
| AttachmentLoadOp | loadOp = AttachmentLoadOp::Undefined |
| Specifies the load operation of the previous attachment content. By default AttachmentLoadOp::Undefined. | |
| AttachmentStoreOp | storeOp = AttachmentStoreOp::Undefined |
| Specifies the store operation of the outcome for the respective attachment content. By default AttachmentStoreOp::Undefined. | |
Render pass attachment descriptor structure.
|
default |
|
inline |
Constructor to initialize the format and optionally the load and store operations.
| Format LLGL::AttachmentFormatDescriptor::format = Format::Undefined |
Specifies the render target attachment format. By default Format::Undefined.
| AttachmentLoadOp LLGL::AttachmentFormatDescriptor::loadOp = AttachmentLoadOp::Undefined |
Specifies the load operation of the previous attachment content. By default AttachmentLoadOp::Undefined.
| AttachmentStoreOp LLGL::AttachmentFormatDescriptor::storeOp = AttachmentStoreOp::Undefined |
Specifies the store operation of the outcome for the respective attachment content. By default AttachmentStoreOp::Undefined.