Конструктор uint_3::uint_3
Конструктор по умолчанию, инициализирует все элементы нулем.
uint_3() restrict(amp,cpu);
uint_3(
unsigned int _V0,
unsigned int _V1,
unsigned int _V2
) restrict(amp,cpu);
uint_3(
unsigned int _V
) restrict(amp,cpu);
uint_3(
const uint_3& _Other
) restrict(amp,cpu);
explicit inline uint_3(
const int_3& _Other
) restrict(amp,cpu);
explicit inline uint_3(
const float_3& _Other
) restrict(amp,cpu);
explicit inline uint_3(
const unorm_3& _Other
) restrict(amp,cpu);
explicit inline uint_3(
const norm_3& _Other
) restrict(amp,cpu);
explicit inline uint_3(
const double_3& _Other
) restrict(amp,cpu);
Параметры
_V0
Значение для инициализации 0-го элемента._V1
Значение для инициализации 1-го элемента._V2
Значение для инициализации 2-го элемента._V
Значение для инициализации._Other
Объект, используемый для инициализации.
Требования
Заголовок: amp_short_vectors.h
Пространство имен: Concurrency::graphics