|
| Texture (const char *path) |
|
| Texture (const char *path, int id, char *bgraData, unsigned int width, unsigned int height) |
|
bool | operator== (const GraphicsCachedResource *res) const |
|
bool | operator== (const vc::SPtr< GraphicsCachedResource > &res) const |
|
vc::Error | LoadImageFromFile (const char *path) |
|
vc::Error | LoadImage (const char *path, int id, char *bgraData, unsigned int width, unsigned int height) |
|
void | LoadImageFromCachedResource (const SPtr< GraphicsCachedResource > res) |
|
vc::Error | InitDepthBuffer (int width, int height) |
|
vc::Error | CreateAttachment (int width, int height, int imageCount, vc::ShaderVertexFormat format) |
|
vc::Error | CreateReadWriteTexture (int width, int height, vc::ShaderVertexFormat format, int mipMapLevels, int arraLayers=1) |
|
vc::Error | CreateShadowMaps (int dimension) |
|
vc::Error | CreateShadowCubeMaps (int dimension) |
|
vc::Error | SetMemoryAccess (const TextureMemoryAccess access) |
|
bool | HasTexture () const |
|
const vc::String & | GetName () |
|
const vc::String & | GetShortName () |
|
int | GetWidth () const |
|
int | GetHeight () const |
|
const TextureMemoryAccess & | GetMemoryAccess () const |
|
const float & | GetTexturePeakLuminance () const |
|
const float & | GetTextureAverageLuminance () const |
|
vc::Error | SaveImageToFile (const char *path) |
|
vc::Error | GetGUITextureID (void **ptrToTextureId) 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 () |
|