mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added a couple comments documenting why some codepaths have been chosen.
This commit is contained in:
@@ -696,6 +696,8 @@ void Shader::checkSetBuiltinUniforms()
|
||||
{
|
||||
checkSetScreenParams();
|
||||
|
||||
// We use a more efficient method for sending transformation matrices to
|
||||
// the GPU on desktop GL.
|
||||
if (GLAD_ES_VERSION_2_0)
|
||||
{
|
||||
checkSetPointSize(gl.getPointSize());
|
||||
|
||||
Reference in New Issue
Block a user