![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <RTAttachment.h>
Public Member Functions | |
InternalRTAttachmentDescriptor (TextureDescriptor &descriptor, 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 | |
Public Attributes | |
TextureDescriptor | _texDescriptor |
![]() | |
SamplerDescriptor | _sampler {} |
RTAttachment * | _externalAttachment {nullptr} |
RTAttachmentType | _type { RTAttachmentType::COUNT } |
RTColourAttachmentSlot | _slot { RTColourAttachmentSlot::COUNT } |
bool | _autoResolve {true} |
Definition at line 88 of file RTAttachment.h.
|
inlineexplicit |
Definition at line 90 of file RTAttachment.h.
TextureDescriptor Divide::InternalRTAttachmentDescriptor::_texDescriptor |
Definition at line 100 of file RTAttachment.h.