185 template<
class SingleT >
218 unsigned int set = 0,
239 const std::vector< NormalizedSampler >& samplers,
241 unsigned int set = 0,
262 const std::vector< UnnormalizedSampler >& samplers,
264 unsigned int set = 0,
267 auto operator= (
const multi_value_type& value );
Shader (GPU-side) data type for 32-bit unsigned integer values.
Definition: vppLangScalarTypes.hpp:271
The VPP namespace.
Definition: main.hpp:1
typedef< implementation_defined > return_type
Type of accessed image resource.
Definition: vppLangIntBase.hpp:201
return_type operator[](const Int &index) const
Indexing operator for accessing individual binding points in the array.
Shader (GPU-side) data type for 32-bit signed integer values.
Definition: vppLangScalarTypes.hpp:162
arrayOf(unsigned int count, unsigned int set=0, int binding=-1)
Constructs array of binding points.
Template allowing to construct arrays of binding points.
Definition: vppLangIntBase.hpp:186