![]() |
CUGL 4.0
Cornell University Game Library
|
This is the complete list of members for cugl::graphics::Texture, including all inherited members.
| alloc(Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE) | cugl::graphics::Texture | inlinestatic |
| allocWithData(const std::byte *data, Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Texture | inlinestatic |
| allocWithFile(const std::string filename, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Texture | inlinestatic |
| allocWithImage(const std::shared_ptr< Image > &image) | cugl::graphics::Texture | inlinestatic |
| allocWithImage(const std::shared_ptr< Image > &image, const std::shared_ptr< Sampler > &sampler) | cugl::graphics::Texture | inlinestatic |
| dispose() | cugl::graphics::Texture | |
| get(std::vector< std::byte > &data) | cugl::graphics::Texture | |
| getBlank() | cugl::graphics::Texture | static |
| getHeight() const | cugl::graphics::Texture | inline |
| getImage() const | cugl::graphics::Texture | inline |
| getMagFilter() const | cugl::graphics::Texture | inline |
| getMaxS() const | cugl::graphics::Texture | inline |
| getMaxT() const | cugl::graphics::Texture | inline |
| getMinFilter() const | cugl::graphics::Texture | inline |
| getMinS() const | cugl::graphics::Texture | inline |
| getMinT() const | cugl::graphics::Texture | inline |
| getName() const | cugl::graphics::Texture | inline |
| getOrigin() const | cugl::graphics::Texture | inline |
| getSampler() const | cugl::graphics::Texture | inline |
| getSize() const | cugl::graphics::Texture | |
| getSubTexture(Uint32 x, Uint32 y, Uint32 w, Uint32 h) | cugl::graphics::Texture | |
| getT() const | cugl::graphics::Texture | inline |
| getWidth() const | cugl::graphics::Texture | inline |
| getWrapS() const | cugl::graphics::Texture | inline |
| getWrapT() const | cugl::graphics::Texture | inline |
| getX() const | cugl::graphics::Texture | inline |
| id() const | cugl::graphics::Texture | |
| init(Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE) | cugl::graphics::Texture | inline |
| initWithData(const std::byte *data, Uint32 width, Uint32 height, TexelFormat format=TexelFormat::COLOR_RGBA, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Texture | |
| initWithFile(const std::string filename, ImageAccess access=ImageAccess::READ_WRITE, bool mipmaps=false) | cugl::graphics::Texture | |
| initWithImage(const std::shared_ptr< Image > &image) | cugl::graphics::Texture | |
| initWithImage(const std::shared_ptr< Image > &image, const std::shared_ptr< Sampler > &sampler) | cugl::graphics::Texture | |
| isPremultiplied() const | cugl::graphics::Texture | inline |
| isSubTexture() const | cugl::graphics::Texture | inline |
| operator std::string() const | cugl::graphics::Texture | inline |
| operator=(const std::byte *data) | cugl::graphics::Texture | inline |
| set(const std::byte *data) | cugl::graphics::Texture | |
| set(const std::vector< std::byte > &data) | cugl::graphics::Texture | inline |
| setMagFilter(TextureFilter filter) | cugl::graphics::Texture | inline |
| setMinFilter(TextureFilter filter) | cugl::graphics::Texture | inline |
| setName(std::string name) | cugl::graphics::Texture | inline |
| setPremultiplied(bool value) | cugl::graphics::Texture | inline |
| setWrapS(TextureWrap wrap) | cugl::graphics::Texture | inline |
| setWrapT(TextureWrap wrap) | cugl::graphics::Texture | inline |
| Texture() | cugl::graphics::Texture | |
| toString(bool verbose=false) const | cugl::graphics::Texture | |
| ~Texture() | cugl::graphics::Texture | inline |