Home | History | Annotate | Download | only in sksl

Lines Matching full:uniform

76 'in' and 'uniform' variables), but the 'main()' function represents only this
117 * 'uniform' variables become, as one would expect, top-level uniforms. By
120 * 'in uniform' variables are uniforms that are automatically wired up to
122 a parameter representing the uniform's value, and automatically plumb it
123 through to the uniform's value in its generated setData() function.
128 * Uniform variables support an additional 'when' layout key.
129 'layout(when=foo) uniform int x;' means that this uniform will only be
132 'layout(key) uniform int x;' means that this uniform should be included in