Magnum/DebugTools/TextureImage.h file

Function Magnum::DebugTools::textureSubImage()

Namespaces

namespace Magnum
Root namespace.
namespace Magnum::DebugTools
Debug tools.

Functions

void textureSubImage(GL::Texture2D& texture, Int level, const Range2Di& range, Image2D& image)
Read a range of given texture mip level to an image.
auto textureSubImage(GL::Texture2D& texture, Int level, const Range2Di& range, Image2D&& image) -> Image2D
Read a range of given texture mip level to an image.
void textureSubImage(GL::CubeMapTexture& texture, GL::CubeMapCoordinate coordinate, Int level, const Range2Di& range, Image2D& image) new in Git master
Read a range of given cube map texture coordinate mip level to an image.
auto textureSubImage(GL::CubeMapTexture& texture, GL::CubeMapCoordinate coordinate, Int level, const Range2Di& range, Image2D&& image) -> Image2D
Read range of given cube map texture coordinate mip level to image.
void textureSubImage(GL::Texture2D& texture, Int level, const Range2Di& range, GL::BufferImage2D& image, GL::BufferUsage usage) deprecated in Git master
Read a range of given texture mip level to a buffer image.
auto textureSubImage(GL::Texture2D& texture, Int level, const Range2Di& range, GL::BufferImage2D&& image, GL::BufferUsage usage) -> GL::BufferImage2D deprecated in Git master
Read a range of given texture mip level to a buffer image.
void textureSubImage(GL::CubeMapTexture& texture, GL::CubeMapCoordinate coordinate, Int level, const Range2Di& range, GL::BufferImage2D& image, GL::BufferUsage usage) deprecated in Git master
Read a range of given cube map texture coordinate mip level to a buffer image.
auto textureSubImage(GL::CubeMapTexture& texture, GL::CubeMapCoordinate coordinate, Int level, const Range2Di& range, GL::BufferImage2D&& image, GL::BufferUsage usage) -> GL::BufferImage2D deprecated in Git master
Read a range of given cube map texture coordinate mip level to a buffer image.