|
CSEngine
|
This is the complete list of members for CSE::STexture, including all inherited members.
| Arguments typedef (defined in CSE::VariableBinder) | CSE::VariableBinder | protected |
| Bind(GLint location, int layout) (defined in CSE::STexture) | CSE::STexture | virtual |
| BindEmpty(GLint location, int layout, STexture::Type type=TEX_2D) (defined in CSE::STexture) | CSE::STexture | static |
| Create(const std::string &name) (defined in CSE::SResource) | CSE::SResource | inlinestatic |
| Create(const std::string &name, const std::string &classType) (defined in CSE::SResource) | CSE::SResource | static |
| Create(const AssetMgr::AssetReference *asset) (defined in CSE::SResource) | CSE::SResource | inlinestatic |
| Create(const AssetMgr::AssetReference *asset, const std::string &classType) (defined in CSE::SResource) | CSE::SResource | static |
| Destroy() (defined in CSE::SObject) | CSE::SObject | virtual |
| Exterminate() override (defined in CSE::STexture) | CSE::STexture | virtual |
| GenerateMipmap() const (defined in CSE::STexture) | CSE::STexture | |
| Get(std::string name) (defined in CSE::SResource) | CSE::SResource | inlinestatic |
| Get(std::string &name) (defined in CSE::SResource) | CSE::SResource | static |
| GetAbsoluteID() const (defined in CSE::SResource) | CSE::SResource | inline |
| GetAssetReference(std::string hash="") const (defined in CSE::SResource) | CSE::SResource | |
| GetClassType() const (defined in CSE::ReflectionObject) | CSE::ReflectionObject | inline |
| GetHash() const (defined in CSE::SObject) | CSE::SObject | inline |
| GetName() const (defined in CSE::SResource) | CSE::SResource | inline |
| GetTextureID() const (defined in CSE::STexture) | CSE::STexture | inline |
| GetType() const (defined in CSE::STexture) | CSE::STexture | |
| Init(const AssetMgr::AssetReference *asset) override (defined in CSE::STexture) | CSE::STexture | protectedvirtual |
| InitTexture(int width, int height, int channel=GL_RGB, int internalFormat=GL_RGB8, int glType=GL_UNSIGNED_BYTE) (defined in CSE::STexture) | CSE::STexture | virtual |
| InitTextureMipmap(int width, int height, int channel=GL_RGB, int internalFormat=GL_RGB8, int glType=GL_UNSIGNED_BYTE) (defined in CSE::STexture) | CSE::STexture | |
| IsSameClass(const char *classType) const (defined in CSE::ReflectionObject) | CSE::ReflectionObject | inline |
| LinkResource(AssetMgr::AssetReference *asset) (defined in CSE::SResource) | CSE::SResource | inline |
| LinkResource(std::string name) (defined in CSE::SResource) | CSE::SResource | inline |
| Load(unsigned char *data) (defined in CSE::STexture) | CSE::STexture | virtual |
| LoadFile(const char *path) (defined in CSE::STexture) | CSE::STexture | |
| LoadFromMemory(const unsigned char *rawData, int length) (defined in CSE::STexture) | CSE::STexture | |
| m_channels (defined in CSE::STexture) | CSE::STexture | protected |
| m_class (defined in CSE::ReflectionObject) | CSE::ReflectionObject | protected |
| m_depth (defined in CSE::STexture) | CSE::STexture | protected |
| m_glType (defined in CSE::STexture) | CSE::STexture | protected |
| m_hash (defined in CSE::SObject) | CSE::SObject | protected |
| m_height (defined in CSE::STexture) | CSE::STexture | protected |
| m_internalFormat (defined in CSE::STexture) | CSE::STexture | protected |
| m_targetGL (defined in CSE::STexture) | CSE::STexture | protected |
| m_texId (defined in CSE::STexture) | CSE::STexture | protected |
| m_type (defined in CSE::STexture) | CSE::STexture | protected |
| m_width (defined in CSE::STexture) | CSE::STexture | protected |
| NewObject(const std::string &name) (defined in CSE::ReflectionObject) | CSE::ReflectionObject | inlinestatic |
| PrintValue() const override (defined in CSE::STexture) | CSE::STexture | virtual |
| ReflectionObject()=default (defined in CSE::ReflectionObject) | CSE::ReflectionObject | |
| ReflectionObject(std::string type) (defined in CSE::ReflectionObject) | CSE::ReflectionObject | inlineexplicit |
| Release() (defined in CSE::STexture) | CSE::STexture | |
| Reload(unsigned char *data) (defined in CSE::STexture) | CSE::STexture | |
| ReloadFile(const char *path) (defined in CSE::STexture) | CSE::STexture | |
| RESOURCE_DEFINE_CONSTRUCTOR(STexture) (defined in CSE::STexture) | CSE::STexture | |
| SetAbsoluteID(std::string id) (defined in CSE::SResource) | CSE::SResource | |
| SetClassType(std::string type) (defined in CSE::ReflectionObject) | CSE::ReflectionObject | inline |
| SetHash(std::string &hash) override (defined in CSE::SResource) | CSE::SResource | virtual |
| SetName(std::string name) (defined in CSE::SResource) | CSE::SResource | |
| SetParameterfv(int targetName, float *value) const (defined in CSE::STexture) | CSE::STexture | virtual |
| SetParameteri(int targetName, int value) const (defined in CSE::STexture) | CSE::STexture | virtual |
| SetType(Type type) (defined in CSE::STexture) | CSE::STexture | |
| SetUndestroyable(bool enable) (defined in CSE::SObject) | CSE::SObject | virtual |
| SetValue(std::string name_str, Arguments value) override | CSE::STexture | virtual |
| SObject() (defined in CSE::SObject) | CSE::SObject | |
| SObject(bool isRegister) (defined in CSE::SObject) | CSE::SObject | explicit |
| SResource(std::string classType) (defined in CSE::SResource) | CSE::SResource | explicit |
| SResource(const SResource *resource, bool isRegister) (defined in CSE::SResource) | CSE::SResource | |
| STexture(Type type) (defined in CSE::STexture) | CSE::STexture | explicit |
| TEX_2D enum value (defined in CSE::STexture) | CSE::STexture | |
| TEX_3D enum value (defined in CSE::STexture) | CSE::STexture | |
| TEX_CUBE enum value (defined in CSE::STexture) | CSE::STexture | |
| Type enum name (defined in CSE::STexture) | CSE::STexture | |
| VariableBinder()=default (defined in CSE::VariableBinder) | CSE::VariableBinder | protected |
| ~ReflectionObject()=default (defined in CSE::ReflectionObject) | CSE::ReflectionObject | virtual |
| ~SObject() (defined in CSE::SObject) | CSE::SObject | virtual |
| ~SResource() override (defined in CSE::SResource) | CSE::SResource | |
| ~STexture() override (defined in CSE::STexture) | CSE::STexture | |
| ~VariableBinder()=default (defined in CSE::VariableBinder) | CSE::VariableBinder | protectedvirtual |