Property definitions

gamnit $ UniformSampler2D :: defaultinit
# Shader uniform of GLSL type `sampler2D`
class UniformSampler2D
	super Uniform

	# Set this uniform value
	fun uniform(val: Int) do uniform_1i(location, val)
end
lib/gamnit/programs.nit:205,1--211,3