Shader:getExternVariable
Available since LÖVE 0.9.2 This function is not supported in earlier versions. Gets information about an 'extern' ('uniform') variable in the shader.
Returns nil if the variable name doesn't exist in the shader, or if the video driver's shader compiler has determined that the variable doesn't affect the final output of the shader. Function Synopsis type, components, arrayelements = Shader:getExternVariable( name ) Arguments string name The name of the extern vari