I've been looking through the manual and other Effects, but I can't find a page that lists out all the properties available to the effect. I don't know if this is a standard glsl thing or not.
in my effect.fx, what can I access? I know I can pass certain things in using properties from the XML file. Like this: <parameters>...</parameters>
But I wanted to know what things I Can get at. I tried to find the corresponding page, but it didn't seem to list them. I checked here: scirra.com/manual/26/runtime
If I have a sprite, I wanted to do some effects on it, what do I have access to? Position? width? What about layout size and window size? If this can be accessed, what are the keywords?