Package org.gnome.gsk

Enum Class GLUniformType

java.lang.Object
java.lang.Enum<GLUniformType>
org.gnome.gsk.GLUniformType
All Implemented Interfaces:
Enumeration, Serializable, Comparable<GLUniformType>, Constable

@Generated("io.github.jwharm.JavaGI") public enum GLUniformType extends Enum<GLUniformType> implements Enumeration
This defines the types of the uniforms that GskGLShaders declare.

It defines both what the type is called in the GLSL shader code, and what the corresponding C type is on the Gtk side.