short_vector_traits 结构

short_vector_traits 允许检索机制基础向量的长度和标量类型,简短的向量类型或标量类型

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>;

参数

  • _Type

成员

Hh691073.collapse_all(zh-cn,VS.110).gif公共 Typedefs

名称

说明

value_type

Hh691073.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

short_vector_traits::short_vector_traits 构造函数

Hh691073.collapse_all(zh-cn,VS.110).gif公共常量

名称

说明

short_vector_traits::size 常量

继承层次结构

short_vector_traits

要求

标题: amp_short_vectors.h

命名空间: Concurrency::graphics

请参见

参考

Concurrency::graphics 命名空间