34 manager::GlobalDataAccessorManagerInfo<texture::TextureManager, &texture::gManager>,
35 manager::DataAccessorOptions::ALLOW_VARIANT_OF_DATAPOINTER_AND_BLOCKPOINTER>
38 using BaseDataAccessor::BaseDataAccessor;
39 using BaseDataAccessor::operator=;
54 [[nodiscard]] SharedType::element_type*
retrieveGroup(std::size_t index);
55 [[nodiscard]] SharedType::element_type
const* retrieveGroup(std::size_t index)
const;
56 [[nodiscard]] std::size_t groupSize()
const;
This class is a wrapper for the texture manager to allow easy manipulation.
Definition C_texture.hpp:36
fge::Vector2u getTextureSize() const
Get the texture size.
SharedType::element_type * retrieveGroup(std::size_t index)
Retrieve a sub-texture inside this texture group.