rlGetMatrixProjectionStereo abstract method

MatrixD rlGetMatrixProjectionStereo(
  1. int eye
)

Get internal projection matrix for stereo render (selected eye)

Implementation

MatrixD rlGetMatrixProjectionStereo(
  int eye,
);