Uses of Enum Class
heronarts.glx.shader.ShaderProgram.Uniform.Type
Packages that use ShaderProgram.Uniform.Type
-
Uses of ShaderProgram.Uniform.Type in heronarts.glx.shader
Methods in heronarts.glx.shader that return ShaderProgram.Uniform.TypeModifier and TypeMethodDescriptionstatic ShaderProgram.Uniform.TypeReturns the enum constant of this class with the specified name.static ShaderProgram.Uniform.Type[]ShaderProgram.Uniform.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in heronarts.glx.shader with parameters of type ShaderProgram.Uniform.TypeModifierConstructorDescriptionprotectedUniform(GLX glx, ShaderProgram.Uniform.Type type, String name)