Construtor de int_3::int_3
Construtor padrão, inicializa todos os elementos com 0.
int_3() restrict(amp,cpu);
int_3(
int _V0,
int _V1,
int _V2
) restrict(amp,cpu);
int_3(
int _V
) restrict(amp,cpu);
int_3(
const int_3& _Other
) restrict(amp,cpu);
explicit inline int_3(
const uint_3& _Other
) restrict(amp,cpu);
explicit inline int_3(
const float_3& _Other
) restrict(amp,cpu);
explicit inline int_3(
const unorm_3& _Other
) restrict(amp,cpu);
explicit inline int_3(
const norm_3& _Other
) restrict(amp,cpu);
explicit inline int_3(
const double_3& _Other
) restrict(amp,cpu);
Parâmetros
_V0
O valor para inicializar o elemento 0._V1
O valor para inicializar o elemento 1._V2
O valor para inicializar o elemento 2._V
O valor para inicialização._Other
O objeto usado para inicializar.
Requisitos
Cabeçalho: amp_short_vectors.h
Namespace: Concurrency::graphics