Package icyllis.arc3d.opengl
Class GLTextureView
java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.engine.ManagedResource
icyllis.arc3d.opengl.GLTextureView
- All Implemented Interfaces:
RefCounted
Represents OpenGL textures views.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Override this method to invoke de-allocation of the underlying resource.Methods inherited from class icyllis.arc3d.engine.ManagedResource
getDevice
-
Constructor Details
-
GLTextureView
-
-
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 classRefCnt
-