Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::RenderTarget Class Referenceabstract

#include <RenderTarget.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::RenderTarget:
Grindstone::GraphicsAPI::DirectX12RenderTarget Grindstone::GraphicsAPI::OpenGL::RenderTarget Grindstone::GraphicsAPI::Vulkan::RenderTarget

Classes

struct  CreateInfo
 

Public Member Functions

virtual void Resize (uint32_t width, uint32_t height)=0
 
virtual void RenderScreen (unsigned int i, unsigned int resx, unsigned int resy, unsigned char *data)=0
 

Detailed Description

RenderTargets are a kind of image used as an attachment in one or more GraphicsPipeline. They can contain different formats of data including red, green, blue, and alpha channels. These also include additional data about how they will be used.


The documentation for this class was generated from the following file: