Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::Vulkan::RenderTarget Class Reference
Inheritance diagram for Grindstone::GraphicsAPI::Vulkan::RenderTarget:
Grindstone::GraphicsAPI::RenderTarget

Public Member Functions

 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
 
- Public Member Functions inherited from Grindstone::GraphicsAPI::RenderTarget

Constructor & Destructor Documentation

◆ ~RenderTarget()

Grindstone::GraphicsAPI::Vulkan::RenderTarget::~RenderTarget ( )
overridevirtual

Member Function Documentation

◆ 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: