![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <RTAttachment.h>
Public Member Functions | |
ExternalRTAttachmentDescriptor (RTAttachment *attachment, const SamplerDescriptor sampler, const RTAttachmentType type, const RTColourAttachmentSlot slot, bool autoResolve=true) | |
![]() | |
RTAttachmentDescriptor (const SamplerDescriptor sampler, const RTAttachmentType type, const RTColourAttachmentSlot slot, const bool autoResolve) noexcept | |
Additional Inherited Members | |
![]() | |
SamplerDescriptor | _sampler {} |
RTAttachment * | _externalAttachment {nullptr} |
RTAttachmentType | _type { RTAttachmentType::COUNT } |
RTColourAttachmentSlot | _slot { RTColourAttachmentSlot::COUNT } |
bool | _autoResolve {true} |
Definition at line 75 of file RTAttachment.h.
|
inlineexplicit |
Definition at line 77 of file RTAttachment.h.