Lugdunum  0.1.0
Public Member Functions | List of all members
lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox Class Reference

#include <SkyBox.hpp>

Inheritance diagram for lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox:
[legend]
Collaboration diagram for lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox:
[legend]

Public Member Functions

 SkyBox (Renderer &renderer)
 
 SkyBox (const SkyBox &)=delete
 
 SkyBox (SkyBox &&)=delete
 
SkyBoxoperator= (const SkyBox &)=delete
 
SkyBoxoperator= (SkyBox &&)=delete
 
 ~SkyBox ()=default
 
const DescriptorSetallocate (const ::lug::Graphics::Vulkan::Render::Texture *skyBox)
 
- Public Member Functions inherited from lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSetPool< 10 >
 DescriptorSetPool (Renderer &renderer)
 
 DescriptorSetPool (const DescriptorSetPool &)=delete
 
 DescriptorSetPool (DescriptorSetPool &&)=delete
 
DescriptorSetPooloperator= (const DescriptorSetPool &)=delete
 
DescriptorSetPooloperator= (DescriptorSetPool &&)=delete
 
 ~DescriptorSetPool ()
 
bool init ()
 
std::tuple< bool, const DescriptorSet *> allocate (size_t hash, const API::DescriptorSetLayout &descriptorSetLayout)
 
void free (const DescriptorSet *descriptorSet)
 

Additional Inherited Members

- Protected Attributes inherited from lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSetPool< 10 >
Renderer_renderer
 
size_t _descriptorSetsCount
 
std::array< DescriptorSet, maxSets > _descriptorSets
 
size_t _freeDescriptorSetsCount
 
std::array< DescriptorSet *, maxSets > _freeDescriptorSets
 
std::map< size_t, DescriptorSet *> _descriptorSetsInUse
 

Detailed Description

Definition at line 13 of file SkyBox.hpp.

Constructor & Destructor Documentation

◆ SkyBox() [1/3]

lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox::SkyBox ( Renderer renderer)

Definition at line 13 of file SkyBox.cpp.

◆ SkyBox() [2/3]

lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox::SkyBox ( const SkyBox )
delete

◆ SkyBox() [3/3]

lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox::SkyBox ( SkyBox &&  )
delete

◆ ~SkyBox()

lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox::~SkyBox ( )
default

Member Function Documentation

◆ operator=() [1/2]

SkyBox& lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox::operator= ( const SkyBox )
delete

◆ operator=() [2/2]

SkyBox& lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox::operator= ( SkyBox &&  )
delete

◆ allocate()

const DescriptorSet * lug::Graphics::Vulkan::Render::DescriptorSetPool::SkyBox::allocate ( const ::lug::Graphics::Vulkan::Render::Texture skyBox)

Definition at line 15 of file SkyBox.cpp.


The documentation for this class was generated from the following files: