29 #ifndef GLI_GTX_FETCH_INCLUDED
30 #define GLI_GTX_FETCH_INCLUDED
36 template <
typename genType>
38 texture2D
const & Texture,
42 template <
typename genType>
44 texture2D
const & Texture,
48 template <
typename genType>
53 genType
const & Color);
59 #endif//GLI_GTX_FETCH_INCLUDED
void texelWrite(texture2D &Texture, texture2D::dimensions_type const &Texcoord, texture2D::size_type const &Level, genType const &Color)
storage::dimensions2_type dimensions_type
storage::texcoord2_type texcoord_type
storage::size_type size_type
genType textureLod(texture2D const &Texture, texture2D::texcoord_type const &Texcoord, texture2D::size_type const &Level)
genType texelFetch(texture2D const &Texture, texture2D::dimensions_type const &Texcoord, texture2D::size_type const &Level)