Class GLType.Void

java.lang.Object
dev.pfaff.glass.opengl.GLType.Void
All Implemented Interfaces:
GLType
Enclosing interface:
GLType

public static final class GLType.Void extends Object implements GLType
  • Method Details

    • javaClass

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

      public Class<?> nativeClass()
      Specified by:
      nativeClass in interface GLType
      Returns:
      the class used in the native OpenGL API.
    • layout

      public MemoryLayout layout()
      Specified by:
      layout in interface GLType