Minimum required opengl version is now OpenGL 3.3 / OpenGL ES 3.0.

This commit is contained in:
Sasha Szpakowski
2024-06-19 18:08:09 -03:00
parent 5112345893
commit 54a31ec615
17 changed files with 121 additions and 623 deletions
+3 -4
View File
@@ -2805,10 +2805,9 @@ love.test.graphics.getSupported = function(test)
-- table match what the documentation lists
local gfs = {
'clampzero', 'lighten', 'glsl3', 'instancing', 'fullnpot',
'pixelshaderhighp', 'shaderderivatives', 'indirectdraw', 'mipmaprange',
'copyrendertargettobuffer', 'copytexturetobuffer', 'copybuffer',
'copybuffertotexture', 'indexbuffer32bit', 'multirendertargetformats',
'clampone', 'blendminmax', 'glsl4'
'pixelshaderhighp', 'shaderderivatives', 'indirectdraw',
'copytexturetobuffer', 'multirendertargetformats',
'clampone', 'glsl4'
}
local features = love.graphics.getSupported()
for g=1,#gfs do