mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
function name has changed and comment is out of date
--HG-- branch : update_comment_function_name
This commit is contained in:
@@ -200,7 +200,7 @@ GLSL.PIXEL = {
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// See Shader::checkSetScreenParams in Shader.cpp.
|
// See Shader::updateScreenParams in Shader.cpp.
|
||||||
#define love_PixelCoord (vec2(gl_FragCoord.x, (gl_FragCoord.y * love_ScreenSize.z) + love_ScreenSize.w))]],
|
#define love_PixelCoord (vec2(gl_FragCoord.x, (gl_FragCoord.y * love_ScreenSize.z) + love_ScreenSize.w))]],
|
||||||
|
|
||||||
FUNCTIONS = [[
|
FUNCTIONS = [[
|
||||||
|
|||||||
Reference in New Issue
Block a user