mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Minimum required opengl version is now OpenGL 3.3 / OpenGL ES 3.0.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user