Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <RenderTarget.hpp>
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 |
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.