Class GLTextureView

All Implemented Interfaces:
RefCounted

public final class GLTextureView extends ManagedResource
Represents OpenGL textures views.
  • Constructor Details

    • GLTextureView

      public GLTextureView(GLDevice device)
  • Method Details

    • deallocate

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