3.3
- Add the select() function now that HLSL 2021 has standardized it
- Have separate type headers for vector and quaternion (matrix not implemented yet)
- Further addressed compile times for swizzles and third-party headers
- Disambiguate equality and comparison operators
- Fix quaternion slerp producing nans
- Fix uintN swizzle
- Added uintN to the natvis
- Make division safer in scalar mode
- Fix float1x3 matrix move constructor