|
|
| paged_image (paged_image &&other) noexcept |
|
paged_image & | operator= (paged_image &&other) noexcept |
|
| paged_image (paged_image const &other)=delete |
|
paged_image & | operator= (paged_image const &other)=delete |
|
| paged_image (gfx_surface const *surface, std::size_t width, std::size_t height) noexcept |
|
| paged_image (gfx_surface const *surface, pixmap_span< sfloat_rgba16 const > image) noexcept |
|
| paged_image (gfx_surface const *surface, pixmap< sfloat_rgba16 > const &image) noexcept |
|
| paged_image (gfx_surface const *surface, png const &image) noexcept |
|
constexpr | operator bool () const noexcept |
|
constexpr extent2 | size () const noexcept |
|
constexpr std::pair< std::size_t, std::size_t > | size_in_int_pages () const noexcept |
|
constexpr extent2 | size_in_float_pages () const noexcept |
| void | upload (pixmap_span< sfloat_rgba16 const > image) noexcept |
| | Upload image to atlas.
|
| void | upload (png const &image) noexcept |
| | Upload image to atlas.
|
This is a image that is uploaded into the texture atlas.