I tried to define the matrix_double3x3 properties but the compiler don't allow me to do. I can define the matrix_float3x3 or matrix_half3x3 but not for the matrix_double3x3.
But I saw the matrix_types.h
, it has typedef simd_double3x3 matrix_double3x3
My goal is to send the matrix_double3x3
to Metal for computing the rectified image.
Environment
- Xcode 14.0 (14A309)
- Destination:
- macOS (Minimum Deployments: 12.3)
- Destination:
- macOS 12.6 (21G115)