|
| RenderTarget (const CreateInfo &createInfoList) |
|
| RenderTarget (const CreateInfo *createInfoList, uint32_t createInfoCount, bool isCcubemap) |
|
virtual uint32_t | GetHandle () const |
|
virtual uint32_t | GetHandle (uint32_t i) const |
|
uint32_t | GetNumRenderTargets () const |
|
virtual void | Resize (uint32_t width, uint32_t height) |
|
bool | IsCubemap () const |
|
virtual void | Bind () |
|
virtual void | Bind (uint32_t i) |
|
virtual void | RenderScreen (unsigned int i, unsigned int resx, unsigned int resy, unsigned char *data) |
|
◆ ~RenderTarget()
Grindstone::GraphicsAPI::OpenGL::RenderTarget::~RenderTarget |
( |
| ) |
|
|
virtual |
◆ RenderScreen()
void Grindstone::GraphicsAPI::OpenGL::RenderTarget::RenderScreen |
( |
unsigned int | i, |
|
|
unsigned int | resx, |
|
|
unsigned int | resy, |
|
|
unsigned char * | data ) |
|
virtual |
◆ Resize()
void Grindstone::GraphicsAPI::OpenGL::RenderTarget::Resize |
( |
uint32_t | width, |
|
|
uint32_t | height ) |
|
virtual |
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Plugins/GraphicsOpenGL/GLRenderTarget.hpp
- /github/workspace/sources/code/Plugins/GraphicsOpenGL/GLRenderTarget.cpp