You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While requiring this library en error occures while loading phosphor.glsl:
love2d 11.1, Windows 10
Error validating pixel shader code:
Line 128: ERROR: '_tex0_' : undeclared identifier
Line 128: ERROR: 'texture2D' : no matching overloaded function found
Line 128: ERROR: 'texture2D' : no matching overloaded function found
Line 128: ERROR: 'texture2D' : no matching overloaded function found
Line 128: ERROR: '' : compilation terminated
ERROR: 5 compilation errors. No code generated.
Traceback
[C]: in function 'newShader'
lib/util.lua:78: in function 'loadShader'
lib/postshader.lua:37: in main chunk
[C]: in function 'require'
main.lua:8: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'```
The text was updated successfully, but these errors were encountered:
While requiring this library en error occures while loading
phosphor.glsl
:love2d 11.1, Windows 10
The text was updated successfully, but these errors were encountered: