short_vector_traits 짧은 벡터 형식 또는 스칼라 형식의 기본 벡터 길이 및 스칼라 형식을 검색할 수 있습니다.
구문
template<
typename T
>
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>;
매개 변수
T
멤버
공용 Typedefs
속성 | 설명 |
---|---|
value_type |
공용 생성자
속성 | 설명 |
---|---|
short_vector_traits::short_vector_traits 생성자 |
공용 상수
속성 | 설명 |
---|---|
short_vector_traits::size 상수 |
상속 계층 구조
short_vector_traits
요구 사항
헤더: amp_short_vectors.h
네임스페이스: 동시성::그래픽
short_vector_traits::short_vector_traits 생성자
short_vector_traits();
short_vector_traits::size 상수
static int const size = 1;