I am writing some Rust code by converting pieces of C code. One of the functions I need to use is XrMatrix4x4f_CreateProjectionFov
. It appears in the openxr-sys
crate inside OpenXR-SDK/src/common/xr_linear.h
but I can not see any Rust wrapper for it.
What is an equivalent Rust API to perform these computations?