mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Rename internal “GLSLES” references to “ESSL”.
--HG-- branch : minor
This commit is contained in:
@@ -424,10 +424,10 @@ local defaults = {}
|
||||
local defaults_gammacorrect = {}
|
||||
|
||||
local langs = {
|
||||
glsl1 = {target="glsl1", gles=false},
|
||||
glsles1 = {target="glsl1", gles=true},
|
||||
glsl3 = {target="glsl3", gles=false},
|
||||
glsles3 = {target="glsl3", gles=true},
|
||||
glsl1 = {target="glsl1", gles=false},
|
||||
essl1 = {target="glsl1", gles=true},
|
||||
glsl3 = {target="glsl3", gles=false},
|
||||
essl3 = {target="glsl3", gles=true},
|
||||
}
|
||||
|
||||
for lang, info in pairs(langs) do
|
||||
|
||||
Reference in New Issue
Block a user