API Documentation
|
#include <VulkanRenderDefinition.h>
Public Member Functions | |
VulkanRenderDefinition (const DynamicPointer< VulkanDevice > &instance) | |
~VulkanRenderDefinition () | |
void | cleanup () |
void | setDevice (const ConstPointer< VulkanDevice > &instance) |
void | createRenderPass (uint04 multisample, bool is_grab_image) |
Buffer< VkAttachmentDescription, uint04, ObjectAllocator< true > > | getAttachments (uint04 multisample_count, bool is_grab_image, uint08 format) const |
VkRenderPass | renderPass (uint04 multisample, bool is_grab_image) const |
void | setSwapChainImageFormat (VkFormat format) |
VkFormat | getSwapChainImageFormat (bool is_grab_image) const |
Protected Attributes | |
ConstPointer< VulkanDevice > | m_device |
Dictionary< uint04, VkRenderPass > | m_render_pass_khr |
Dictionary< uint04, VkRenderPass > | m_render_pass_grab |
VkFormat | m_swap_chain_image_format |
bool | m_use_depth |
VulkanRenderDefinition | ( | const DynamicPointer< VulkanDevice > & | instance | ) |
void cleanup | ( | ) |
void createRenderPass | ( | uint04 | multisample, |
bool | is_grab_image ) |
Buffer< VkAttachmentDescription, uint04, ObjectAllocator< true > > getAttachments | ( | uint04 | multisample_count, |
bool | is_grab_image, | ||
uint08 | format ) const |
VkFormat getSwapChainImageFormat | ( | bool | is_grab_image | ) | const |
VkRenderPass renderPass | ( | uint04 | multisample, |
bool | is_grab_image ) const |
void setDevice | ( | const ConstPointer< VulkanDevice > & | instance | ) |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |