0.8.2 API documentation
Namespaces | Functions
copy.hpp File Reference

Include to copy textures or a subset of either textures. More...

Go to the source code of this file.

Namespaces

 gli
 Namespace where all the classes and functions provided by GLI are exposed.
 

Functions

template<typename texture_src_type , typename texture_dst_type >
void copy (texture_src_type const &TextureSrc, size_t LayerSrc, size_t FaceSrc, size_t LevelSrc, texture_dst_type &TextureDst, size_t LayerDst, size_t FaceDst, size_t LevelDst)
 Copy a specific image of a texture.
 
template<typename texture_src_type , typename texture_dst_type >
void copy (texture_src_type const &TextureSrc, texture_dst_type &TextureDst)
 Copy a texture.
 

Detailed Description

Include to copy textures or a subset of either textures.

These operations are performed without memory allocations.

Definition in file copy.hpp.