![]() |
PeriDyno 1.2.1
|
#include <Texture.h>


Public Member Functions | |
| TextureCube () | |
Public Member Functions inherited from dyno::Texture | |
| Texture () | |
| virtual void | create () override |
| virtual void | release () override |
| virtual void | bind () |
| virtual void | bind (int slot) |
| virtual void | unbind () |
| virtual void | clear (void *value) |
Public Member Functions inherited from dyno::Object | |
| Object () | |
| virtual | ~Object () |
| ObjectId | objectId () |
Additional Inherited Members | |
Static Public Member Functions inherited from dyno::Object | |
| static bool | registerClass (ClassInfo *ci) |
| static Object * | createObject (std::string name) |
| static std::map< std::string, ClassInfo * > * | getClassMap () |
| static ObjectId | baseId () |
| Base Id. | |
Public Attributes inherited from dyno::Texture | |
| unsigned int | target = 0xFFFFFFFF |
| unsigned int | internalFormat |
| unsigned int | format |
| unsigned int | type |
Public Attributes inherited from dyno::GraphicsObject | |
| unsigned int | id = 0xFFFFFFFF |
Protected Member Functions inherited from dyno::GraphicsObject | |
| virtual bool | isValid () const |
| GraphicsObject ()=default | |
| virtual | ~GraphicsObject ()=default |
| GraphicsObject (const GraphicsObject &)=delete | |
| GraphicsObject & | operator= (const GraphicsObject &)=delete |
| dyno::TextureCube::TextureCube | ( | ) |
Definition at line 118 of file Texture.cpp.