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

#include <RTAttachment.h>

+ Inheritance diagram for Divide::InternalRTAttachmentDescriptor:

Public Member Functions

 InternalRTAttachmentDescriptor (TextureDescriptor &descriptor, const SamplerDescriptor sampler, const RTAttachmentType type, const RTColourAttachmentSlot slot, bool autoResolve=true)
 
- Public Member Functions inherited from Divide::RTAttachmentDescriptor
 RTAttachmentDescriptor (const SamplerDescriptor sampler, const RTAttachmentType type, const RTColourAttachmentSlot slot, const bool autoResolve) noexcept
 

Public Attributes

TextureDescriptor _texDescriptor
 
- Public Attributes inherited from Divide::RTAttachmentDescriptor
SamplerDescriptor _sampler {}
 
RTAttachment_externalAttachment {nullptr}
 
RTAttachmentType _type { RTAttachmentType::COUNT }
 
RTColourAttachmentSlot _slot { RTColourAttachmentSlot::COUNT }
 
bool _autoResolve {true}
 

Detailed Description

Definition at line 88 of file RTAttachment.h.

Constructor & Destructor Documentation

◆ InternalRTAttachmentDescriptor()

Divide::InternalRTAttachmentDescriptor::InternalRTAttachmentDescriptor ( TextureDescriptor descriptor,
const SamplerDescriptor  sampler,
const RTAttachmentType  type,
const RTColourAttachmentSlot  slot,
bool  autoResolve = true 
)
inlineexplicit

Definition at line 90 of file RTAttachment.h.

Member Data Documentation

◆ _texDescriptor

TextureDescriptor Divide::InternalRTAttachmentDescriptor::_texDescriptor

Definition at line 100 of file RTAttachment.h.


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