Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::RTAttachmentDescriptor Struct Reference

#include <RTAttachment.h>

+ Inheritance diagram for Divide::RTAttachmentDescriptor:

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}
 

Detailed Description

Definition at line 54 of file RTAttachment.h.

Constructor & Destructor Documentation

◆ RTAttachmentDescriptor()

Divide::RTAttachmentDescriptor::RTAttachmentDescriptor ( const SamplerDescriptor  sampler,
const RTAttachmentType  type,
const RTColourAttachmentSlot  slot,
const bool  autoResolve 
)
inlineexplicitnoexcept

Definition at line 56 of file RTAttachment.h.

Member Data Documentation

◆ _autoResolve

bool Divide::RTAttachmentDescriptor::_autoResolve {true}

Definition at line 68 of file RTAttachment.h.

◆ _externalAttachment

RTAttachment* Divide::RTAttachmentDescriptor::_externalAttachment {nullptr}

Definition at line 65 of file RTAttachment.h.

◆ _sampler

SamplerDescriptor Divide::RTAttachmentDescriptor::_sampler {}

Definition at line 64 of file RTAttachment.h.

◆ _slot

RTColourAttachmentSlot Divide::RTAttachmentDescriptor::_slot { RTColourAttachmentSlot::COUNT }

Definition at line 67 of file RTAttachment.h.

◆ _type

RTAttachmentType Divide::RTAttachmentDescriptor::_type { RTAttachmentType::COUNT }

Definition at line 66 of file RTAttachment.h.


The documentation for this struct was generated from the following file: