|
| RenderTarget (VkImage swapchainImage, VkFormat format, uint32_t swapchainIndex) |
|
| RenderTarget (VkImage image, VkImageView imageView, VkFormat colorFormat) |
|
| RenderTarget (const CreateInfo &createInfo) |
|
void | UpdateNativeImage (VkImage image, VkImageView imageView, VkFormat format) |
|
void | UpdateSwapChainImage (VkImage swapchainImage) |
|
VkImage | GetImage () const |
|
VkImageView | GetImageView () const |
|
VkSampler | GetSampler () const |
|
virtual void | Resize (uint32_t width, uint32_t height) override |
|
virtual void | RenderScreen (unsigned int i, unsigned int width, unsigned int height, unsigned char *data) override |
|
◆ ~RenderTarget()
Grindstone::GraphicsAPI::Vulkan::RenderTarget::~RenderTarget |
( |
| ) |
|
|
overridevirtual |
◆ RenderScreen()
void Grindstone::GraphicsAPI::Vulkan::RenderTarget::RenderScreen |
( |
unsigned int | i, |
|
|
unsigned int | width, |
|
|
unsigned int | height, |
|
|
unsigned char * | data ) |
|
overridevirtual |
◆ Resize()
void Grindstone::GraphicsAPI::Vulkan::RenderTarget::Resize |
( |
uint32_t | width, |
|
|
uint32_t | height ) |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Plugins/GraphicsVulkan/VulkanRenderTarget.hpp
- /github/workspace/sources/code/Plugins/GraphicsVulkan/VulkanRenderTarget.cpp