|
| Texture (const char *path) |
|
| Texture (const char *path, int id, char *bgraData, unsigned int width, unsigned int height) |
|
vc::Error | LoadImageFromFile (const char *path) |
|
vc::Error | LoadImage (const char *path, int id, char *bgraData, unsigned int width, unsigned int height) |
|
vc::Error | InitDepthBuffer (int width, int height) |
|
vc::Error | CreateAttachment (int width, int height, int imageCount, vc::ShaderVertexFormat format) |
|
bool | HasTexture () const |
|
| PluginObjectImplWrapper (PluginObjectImpl *impl) |
|
| PluginObjectImplWrapper (const PluginObjectImplWrapper &other) |
|
PluginObjectImplWrapper & | operator= (const PluginObjectImplWrapper &other) |
|
| PluginObjectImplWrapper (PluginObjectImplWrapper &&other) |
|
PluginObjectImplWrapper & | operator= (PluginObjectImplWrapper &&other) |
|
PluginObjectImpl * | GetImpl () |
|
const PluginObjectImpl * | GetImpl () const |
|
const PluginObjectImpl * | GetConstImpl () const |
|
bool | IsImplInitialized () const |
|
void | Destroy () |
|
|
class | GraphicsApplication |
|
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/include/venom/common/plugin/graphics/Texture.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/src/Texture.cc