|
| Image (const CreateInfo &ci) |
|
virtual void | Resize (uint32_t width, uint32_t height) override |
|
virtual void | UploadData (const char *data, uint64_t dataSize) override |
|
void | Bind (int i) |
|
bool | IsCubemap () const |
|
virtual unsigned int | GetImage () const |
|
|
GLsizei | width |
|
GLsizei | height |
|
GLsizei | depth |
|
GLsizei | mipCount |
|
GLsizei | arrayLayerCount |
|
GLuint | imageHandle |
|
GLenum | textureType |
|
GLenum | format |
|
GLenum | internalFormat |
|
GLenum | formatType |
|
GLenum | access |
|
◆ Resize()
void Grindstone::GraphicsAPI::OpenGL::Image::Resize |
( |
uint32_t | width, |
|
|
uint32_t | height ) |
|
overridevirtual |
◆ UploadData()
void Grindstone::GraphicsAPI::OpenGL::Image::UploadData |
( |
const char * | data, |
|
|
uint64_t | dataSize ) |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Plugins/GraphicsOpenGL/GLImage.hpp
- /github/workspace/sources/code/Plugins/GraphicsOpenGL/GLImage.cpp