Class GLUniformBuffer

All Implemented Interfaces:
RefCounted

@Deprecated public class GLUniformBuffer extends ManagedResource
Deprecated.
  • Method Details

    • make

      @Nullable @SharedPtr public static @SharedPtr GLUniformBuffer make(GLDevice device, int size, int binding)
      Deprecated.
      Parameters:
      binding - the index of the uniform block binding point
    • deallocate

      protected void deallocate()
      Deprecated.
      Description copied from class: RefCnt
      Override this method to invoke de-allocation of the underlying resource.
      Specified by:
      deallocate in class RefCnt
    • discard

      public void discard()
      Deprecated.
    • getSize

      public int getSize()
      Deprecated.
    • getHandle

      public int getHandle()
      Deprecated.
    • getBinding

      public int getBinding()
      Deprecated.