GLI  0.6.0
Namespaces | Functions
fetch.hpp File Reference

Go to the source code of this file.

Namespaces

 gli
 

Functions

template<typename genType >
genType texelFetch (texture2D const &Texture, texture2D::dim_type const &Texcoord, texture2D::size_type const &Level)
 
template<typename genType >
void texelWrite (texture2D &Texture, texture2D::dim_type const &Texcoord, texture2D::size_type const &Level, genType const &Color)
 
template<typename genType >
genType textureLod (texture2D const &Texture, texture2D::texcoord_type const &Texcoord, texture2D::size_type const &Level)