|
| VulkanRenderPass (const VulkanRenderPass &)=delete |
|
VulkanRenderPass & | operator= (const VulkanRenderPass &)=delete |
|
| VulkanRenderPass (VulkanRenderPass &&other) |
|
VulkanRenderPass & | operator= (VulkanRenderPass &&other) |
|
void | ClearRenderPass () |
|
void | SetRenderingType (const vc::RenderingPipelineType type) |
|
vc::Error | _Init () override |
|
vc::Error | BeginRenderPass (CommandBuffer *commandBuffer, int framebufferIndex) |
|
vc::Error | BeginRenderPassCustomFramebuffer (CommandBuffer *commandBuffer, const Framebuffer *const framebuffer) |
|
void | NextSubpass (CommandBuffer *commandBuffer) |
|
vc::Error | EndRenderPass (CommandBuffer *commandBuffer) |
|
VkRenderPass | GetVkRenderPass () const |
|
Framebuffer * | GetFramebuffer (const int index) |
|
Framebuffer * | GetCurrentFramebuffer () |
|
const vc::Vector< VkSubpassDescription > & | GetSubpassDescriptions () const |
|
vc::Vector< vc::Vector< vc::Texture > > & | GetAttachments () |
|
| RenderPassImpl (const RenderPassImpl &)=delete |
|
RenderPassImpl & | operator= (const RenderPassImpl &)=delete |
|
| RenderPassImpl (RenderPassImpl &&other) |
|
RenderPassImpl & | operator= (RenderPassImpl &&other) |
|
void | Destroy () override |
|
vc::Error | Init () |
|
void | SetRenderingType (const vc::RenderingPipelineType type) |
|
RenderingPipelineType | GetRenderingType () const |
|
template<class T> |
T * | As () |
|
template<class T> |
const T * | As () const |
|
template<class T> |
T * | ConstAs () const |
|
template<class T> |
T * | RAs () |
|
template<class T> |
const T * | RAs () const |
|
void | IncRefCount () |
|
void | DecRefCount () |
|
| PluginObject (const PluginType type) |
|
PluginType | GetType () const override |
|
template<class T> |
T * | DAs () |
|
template<class T> |
const T * | DAs () const |
|
|
static void | _SetInCache (const vc::String &path, const SPtr< GraphicsCachedResource > &object) |
| Sets an object in the cache.
|
|
static void | _SetCacheSize (size_t size) |
| Adds cache size to avoid unnecessary additional allocations.
|
|
static void | _AddCacheSize (size_t size) |
| Adds cache size to avoid unnecessary additional allocations.
|
|
vc::RenderingPipelineType | _type |
|
vc::Vector< vc::Vector< vc::Texture > > | _attachments |
|
◆ _Init()
vc::Error venom::vulkan::VulkanRenderPass::_Init |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/include/venom/vulkan/plugin/graphics/RenderPass.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/src/RenderPass.cc