Texture_Bitmap Class Referencefinal
Inheritance diagram for Texture_Bitmap:
Public Member Functions | |
LM_IMPL_CLASS (Texture_Bitmap, Texture) | |
LM_IMPL_F (Load) | |
LM_IMPL_F (PostLoad) | |
LM_IMPL_F (Evaluate) | |
Public Member Functions inherited from Texture | |
LM_INTERFACE_CLASS (Texture, Asset, 1) | |
LM_DISABLE_COPY_AND_MOVE (Texture) | |
LM_INTERFACE_F (0, Evaluate, Vec3(const Vec2 &uv)) | |
Evaluate the texture value. More... | |
Public Member Functions inherited from Asset | |
LM_INTERFACE_CLASS (Asset, Clonable, 2) | |
LM_DISABLE_COPY_AND_MOVE (Asset) | |
LM_INTERFACE_F (0, Load, bool(const PropertyNode *prop, Assets *assets, const Primitive *primitive)) | |
Load an asset from a property node. More... | |
LM_INTERFACE_F (1, PostLoad, bool(const Scene *scene)) | |
Post processing of the asset. More... | |
Public Member Functions inherited from Clonable | |
LM_INTERFACE_CLASS (Clonable, Component, 1) | |
LM_DISABLE_COPY_AND_MOVE (Clonable) | |
LM_INTERFACE_F (0, Clone, void(Clonable *o)) | |
Clone the instalce. More... | |
Public Member Functions inherited from SIMDAlignedType | |
void * | operator new (std::size_t size) throw (std::bad_alloc) |
void | operator delete (void *p) |