Typedef nanogui::MatrixXu

Typedef Documentation

using nanogui::MatrixXu = Eigen::Matrix<uint32_t, Eigen::Dynamic, Eigen::Dynamic>

Convenience typedef for things like index buffers. You would use it the same as Eigen::MatrixXf, only it is storing uint32_t instead of float.