rlGetMatrixProjectionStereo function

MatrixD rlGetMatrixProjectionStereo(
  1. int eye
)

See RaylibRlglFlatModule.rlGetMatrixProjectionStereo.

Implementation

MatrixD rlGetMatrixProjectionStereo(
  int eye,
) => _module.rlGetMatrixProjectionStereo(eye);