![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <RTAttachment.h>
Public Member Functions | |
RTAttachmentDescriptor (const SamplerDescriptor sampler, const RTAttachmentType type, const RTColourAttachmentSlot slot, const bool autoResolve) noexcept | |
Public Attributes | |
SamplerDescriptor | _sampler {} |
RTAttachment * | _externalAttachment {nullptr} |
RTAttachmentType | _type { RTAttachmentType::COUNT } |
RTColourAttachmentSlot | _slot { RTColourAttachmentSlot::COUNT } |
bool | _autoResolve {true} |
Definition at line 54 of file RTAttachment.h.
|
inlineexplicitnoexcept |
Definition at line 56 of file RTAttachment.h.
bool Divide::RTAttachmentDescriptor::_autoResolve {true} |
Definition at line 68 of file RTAttachment.h.
RTAttachment* Divide::RTAttachmentDescriptor::_externalAttachment {nullptr} |
Definition at line 65 of file RTAttachment.h.
SamplerDescriptor Divide::RTAttachmentDescriptor::_sampler {} |
Definition at line 64 of file RTAttachment.h.
RTColourAttachmentSlot Divide::RTAttachmentDescriptor::_slot { RTColourAttachmentSlot::COUNT } |
Definition at line 67 of file RTAttachment.h.
RTAttachmentType Divide::RTAttachmentDescriptor::_type { RTAttachmentType::COUNT } |
Definition at line 66 of file RTAttachment.h.