Brunot
Loading...
Searching...
No Matches
Texture Member List

This is the complete list of members for Texture, including all inherited members.

_nameTextureprivate
activate() const -> voidTexture
deactivate() const -> voidTexture
formatTextureprivate
framesTextureprivate
from_json(const json &j, Texture &a) ->voidTexturefriend
getFrames() const -> unsignedTexture
getTextureHeight() const -> intTexture
getTextureID() const -> GLuintTexture
getTextureWidth() const -> intTexture
getTilesHigh() const -> unsignedTexture
getTilesWide() const -> unsignedTexture
imageDataTextureprivate
imagePathTextureprivate
load(Stream &stream) -> voidTexture
loadFile(const std::string &fileName) -> voidTexture
name() const -> const std::string &Texture
name(const std::string &name) -> voidTexture
numPerPixelTextureprivate
operator=(const Texture &other) -> Texture &Texture
operator=(Texture &&other) noexcept -> Texture &Texture
save(Stream &stream) const -> voidTexture
Texture()Texture
Texture(const std::string &fileName)Texture
Texture(const Texture &other)Texture
Texture(Texture &&other) noexceptTexture
textureHeightTextureprivate
textureIDTextureprivate
textureWidthTextureprivate
tilesHighTextureprivate
tilesWideTextureprivate
to_json(json &j, const Texture &a) ->voidTexturefriend
~Texture()Texture