![]() |
nCine
2025.04.r498-9d36345
A cross-platform 2D game engine
|
This is the complete list of members for ncine::Texture, including all inherited members.
chromaKeyColor() const | ncine::Texture | inline |
dataSize() const | ncine::Texture | inline |
Filtering enum name | ncine::Texture | |
Format enum name | ncine::Texture | |
format() const | ncine::Texture | inline |
fromId(unsigned int id) | ncine::Object | static |
guiTexId() const | ncine::Texture | |
height() const | ncine::Texture | inline |
id() const | ncine::Object | inline |
init(const char *name, Format format, int mipMapCount, int width, int height) | ncine::Texture | |
init(const char *name, Format format, int mipMapCount, Vector2i size) | ncine::Texture | |
init(const char *name, Format format, int width, int height) | ncine::Texture | |
init(const char *name, Format format, Vector2i size) | ncine::Texture | |
isChromaKeyEnabled() const | ncine::Texture | inline |
isCompressed() const | ncine::Texture | inline |
loadFromFile(const char *filename) (defined in ncine::Texture) | ncine::Texture | |
loadFromMemory(const char *bufferName, const unsigned char *bufferPtr, unsigned long int bufferSize) | ncine::Texture | |
loadFromTexels(const unsigned char *bufferPtr) | ncine::Texture | |
loadFromTexels(const unsigned char *bufferPtr, unsigned int x, unsigned int y, unsigned int width, unsigned int height) | ncine::Texture | |
loadFromTexels(const unsigned char *bufferPtr, Recti region) | ncine::Texture | |
loadFromTexels(const unsigned char *bufferPtr, unsigned int level, unsigned int x, unsigned int y, unsigned int width, unsigned int height) | ncine::Texture | |
loadFromTexels(const unsigned char *bufferPtr, unsigned int level, Recti region) | ncine::Texture | |
magFiltering() const | ncine::Texture | inline |
Material (defined in ncine::Texture) | ncine::Texture | friend |
MaxNameLength | ncine::Object | static |
minFiltering() const | ncine::Texture | inline |
mipMapLevels() const | ncine::Texture | inline |
name() const | ncine::Object | |
numChannels() const | ncine::Texture | |
Object(ObjectType type) | ncine::Object | explicit |
Object(ObjectType type, const char *name) | ncine::Object | |
Object(Object &&other) | ncine::Object | |
Object(const Object &other) | ncine::Object | protected |
ObjectType enum name | ncine::Object | |
operator=(Texture &&) | ncine::Texture | |
ncine::Object::operator=(Object &&other) | ncine::Object | |
rect() const | ncine::Texture | inline |
saveToMemory(unsigned char *bufferPtr) | ncine::Texture | |
saveToMemory(unsigned char *bufferPtr, unsigned int level) | ncine::Texture | |
setChromaKeyColor(const Color &chromaKeyColor) | ncine::Texture | inline |
setChromaKeyColor(const Colorf &chromaKeyColor) | ncine::Texture | inline |
setChromaKeyEnabled(bool chromaKeyEnabled) | ncine::Texture | inline |
setGLTextureLabel(const char *label) | ncine::Texture | |
setMagFiltering(Filtering filter) | ncine::Texture | |
setMinFiltering(Filtering filter) | ncine::Texture | |
setName(const char *name) | ncine::Object | |
setWrap(Wrap wrapMode) | ncine::Texture | |
size() const | ncine::Texture | inline |
sType() (defined in ncine::Texture) | ncine::Texture | inlinestatic |
Texture() | ncine::Texture | |
Texture(const char *name, Format format, int mipMapCount, int width, int height) | ncine::Texture | |
Texture(const char *name, Format format, int mipMapCount, Vector2i size) | ncine::Texture | |
Texture(const char *name, Format format, int width, int height) | ncine::Texture | |
Texture(const char *name, Format format, Vector2i size) | ncine::Texture | |
Texture(const char *bufferName, const unsigned char *bufferPtr, unsigned long int bufferSize) | ncine::Texture | |
Texture(const char *filename) | ncine::Texture | explicit |
Texture(Texture &&) | ncine::Texture | |
type() const | ncine::Object | inline |
type_ | ncine::Object | protected |
Viewport (defined in ncine::Texture) | ncine::Texture | friend |
width() const | ncine::Texture | inline |
wrap() const | ncine::Texture | inline |
Wrap enum name | ncine::Texture | |
~Object() | ncine::Object | virtual |
~Texture() override (defined in ncine::Texture) | ncine::Texture |