2#ifndef MR_PARSING_FOR_PB11_BINDINGS
8#ifndef __HIP_PLATFORM_AMD__
12template<
typename T,
unsigned int rank>
13struct HIP_vector_type;
15using float3 = HIP_vector_type<float, 3>;
16using int3 = HIP_vector_type<int, 3>;
26MRCUDA_API float3
fromVec(
const Vector3f& v );
27MRCUDA_API int3
fromVec(
const Vector3i& v );
Definition MRCudaBasic.h:11
MRCUDA_API Matrix4 fromXf(const MR::AffineXf3f &xf)
MRCUDA_API float3 fromVec(const Vector3f &v)
MRMESH_CLASS Vector3< double > Matrix2< double > Matrix4
Definition MRMesh/MRMeshFwd.h:202
Definition MRMatrix4.h:20