Module notzed.zcl

Class GLSharing.GLObjectInfo

java.lang.Object
au.notzed.zcl.khr.GLSharing.GLObjectInfo
Enclosing class:
GLSharing

public static class GLSharing.GLObjectInfo
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int gl_object_name  
    int gl_object_type  
  • Constructor Summary

    Constructors 
    Constructor Description
    GLObjectInfo()  
    GLObjectInfo​(int gl_object_type, int gl_object_name)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • gl_object_type

      public int gl_object_type
    • gl_object_name

      public int gl_object_name
  • Constructor Details

    • GLObjectInfo

      public GLObjectInfo()
    • GLObjectInfo

      public GLObjectInfo​(int gl_object_type, int gl_object_name)