1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-26 09:36:48 -06:00
ReinUsesLisp 5fe0bc584b Send data to OpenGL host without client-side copies ()
* Directly send host address to buffer data

* Cleanup OGLShader

* Directly copy vertex and index data too

* Revert shader bind "cache"

* Address feedback
2018-07-19 16:02:51 -03:00
..