Build an frustum perspective projection matrix with NDC and DepthClip selected at runtime
a matrix that maps from eye space to clip space. To obtain NDC, the vector must be divided by w.
See Implementation
Build an frustum perspective projection matrix with NDC and DepthClip selected at runtime