35 template <
typename genType>
37 texture2D
const & Texture,
41 template <
typename genType>
46 genType
const & Color);
48 template <
typename genType>
50 texture2D
const & Texture,
genType texelFetch(texture2D const &Texture, texture2D::dim_type const &Texcoord, texture2D::size_type const &Level)
storage::dim2_type dim_type
void texelWrite(texture2D &Texture, texture2D::dim_type const &Texcoord, texture2D::size_type const &Level, genType const &Color)
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)