Interface GLType.Primitive

  • 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.