Lugdunum
0.1.0
include
lug
Graphics
Vulkan
Render
DescriptorSetPool
GuiTexture.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
lug/Graphics/Vulkan/Render/BufferPool/SubBuffer.hpp
>
4
#include <
lug/Graphics/Vulkan/Render/DescriptorSetPool/DescriptorSetPool.hpp
>
5
#include <
lug/Graphics/Vulkan/Render/Texture.hpp
>
6
7
namespace
lug
{
8
namespace
Graphics {
9
namespace
Vulkan
{
10
namespace
Render {
11
namespace
DescriptorSetPool {
12
13
class
LUG_GRAPHICS_API
GuiTexture
:
public
DescriptorSetPool
<10> {
14
public
:
15
GuiTexture
(
Renderer
& renderer);
16
17
GuiTexture
(
const
GuiTexture
&) =
delete
;
18
GuiTexture
(
GuiTexture
&&) =
delete
;
19
20
GuiTexture
& operator=(
const
GuiTexture
&) =
delete
;
21
GuiTexture
& operator=(
GuiTexture
&&) =
delete
;
22
23
~
GuiTexture
() =
default
;
24
25
const
DescriptorSet
* allocate(
const
API::GraphicsPipeline
& pipeline, const ::lug::Graphics::Vulkan::Render::Texture* texture);
26
};
27
28
}
// DescriptorSetPool
29
}
// Render
30
}
// Vulkan
31
}
// Graphics
32
}
// lug
lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSet
Definition:
DescriptorSet.hpp:14
LUG_GRAPHICS_API
#define LUG_GRAPHICS_API
Definition:
Export.hpp:11
Texture.hpp
Vulkan
Definition:
Vulkan.hpp:155
lug::Graphics::Vulkan::Render::DescriptorSetPool::GuiTexture
Definition:
GuiTexture.hpp:13
lug
Definition:
Application.hpp:11
DescriptorSetPool.hpp
SubBuffer.hpp
lug::Graphics::Vulkan::Renderer
Definition:
Renderer.hpp:21
lug::Graphics::Vulkan::API::GraphicsPipeline
Definition:
GraphicsPipeline.hpp:17
lug::Graphics::Vulkan::Render::DescriptorSetPool::DescriptorSetPool
Definition:
DescriptorSet.hpp:12
Generated by
1.8.13