Sdílet prostřednictvím


short_vector_traits – struktura

Struktura short_vector_traits umožňuje načíst příslušnou délku vektoru a typ skaláru daného typu krátkého vektoru nebo typu skaláru.

template<
   typename _Type
>
struct short_vector_traits;
template<>
struct short_vector_traits<unsigned int>;
template<>
struct short_vector_traits<uint_2>;
template<>
struct short_vector_traits<uint_3>;
template<>
struct short_vector_traits<uint_4>;
template<>
struct short_vector_traits<int>;
template<>
struct short_vector_traits<int_2>;
template<>
struct short_vector_traits<int_3>;
template<>
struct short_vector_traits<int_4>;
template<>
struct short_vector_traits<float>;
template<>
struct short_vector_traits<float_2>;
template<>
struct short_vector_traits<float_3>;
template<>
struct short_vector_traits<float_4>;
template<>
struct short_vector_traits<unorm>;
template<>
struct short_vector_traits<unorm_2>;
template<>
struct short_vector_traits<unorm_3>;
template<>
struct short_vector_traits<unorm_4>;
template<>
struct short_vector_traits<norm>;
template<>
struct short_vector_traits<norm_2>;
template<>
struct short_vector_traits<norm_3>;
template<>
struct short_vector_traits<norm_4>;
template<>
struct short_vector_traits<double>;
template<>
struct short_vector_traits<double_2>;
template<>
struct short_vector_traits<double_3>;
template<>
struct short_vector_traits<double_4>;

Parametry

  • _Type

Členy

Veřejné definice Typedef

Název

Description

value_type

Veřejné konstruktory

Název

Description

short_vector_traits::short_vector_traits – konstruktor

Veřejné konstanty

Název

Description

short_vector_traits::size – konstanta

Hierarchie dědičnosti

short_vector_traits

Požadavky

Hlavičkový soubor: amp_short_vectors.h

Obor názvů: Concurrency::graphics

Viz také

Referenční dokumentace

Concurrency::graphics – obor názvů