Interface GLType.Primitive

All Superinterfaces:
GLType
All Known Implementing Classes:
GLType.Primitive.Boolean, GLType.Primitive.Byte, GLType.Primitive.Char, GLType.Primitive.Double, GLType.Primitive.Float, GLType.Primitive.Int, GLType.Primitive.Long, GLType.Primitive.Short
Enclosing interface:
GLType

  • Method Details

    • javaClass

      @NonNull Class<?> javaClass()
      Specified by:
      javaClass in interface GLType
      Returns:
      the class used in the public-facing Java API.
    • nativeClass

      default @NonNull Class<?> nativeClass()
      Specified by:
      nativeClass in interface GLType
      Returns:
      the class used in the native OpenGL API.