Difference between revisions of "PixelEffect:getWarnings"

(Created page with "{{newin|0.8.0|080|type=function}} Returns any warning text given by OpenGL after compiling pixel shader code. == Function == === Synopsis === <source lang="lua"> warnings =...")
(No difference)

Revision as of 23:51, 15 August 2011

Available since LÖVE 0.8.0
This function is not supported in earlier versions.


Returns any warning text given by OpenGL after compiling pixel shader code.

Function

Synopsis

warnings = PixelEffect:getWarnings( )

Arguments

None.

Returns

string warnings
The warning text returned by OpenGL.

See Also

Other Languages