1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-02 15:15:03 +00:00
Ryujinx/Ryujinx.Graphics/Gal/OpenGL
Thomas Guillemard 33e7c89822 Move MaxUboSize definition (#530)
* Move MaxUboSize definition

This fix a crash on Ryujinx.ShaderTools caused by the absence of an
OpenGL context.

* Use a constant for the value in ShaderTools

* Address comments
2018-12-17 22:32:12 -02:00
..
DeleteValueCallback.cs
ImageHandler.cs
OGLCachedResource.cs
OGLConstBuffer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLEnumConverter.cs
OGLExtension.cs
OGLLimit.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLPipeline.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLRasterizer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLRenderer.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLRenderTarget.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLShader.cs Move MaxUboSize definition (#530) 2018-12-17 22:32:12 -02:00
OGLShaderProgram.cs
OGLStreamBuffer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLTexture.cs