Package icyllis.arc3d.opengl
Class GLUniformBuffer
java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.engine.ManagedResource
icyllis.arc3d.opengl.GLUniformBuffer
- All Implemented Interfaces:
RefCounted
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.Override this method to invoke de-allocation of the underlying resource.voiddiscard()Deprecated.intDeprecated.intDeprecated.intgetSize()Deprecated.static @Nullable @SharedPtr GLUniformBufferDeprecated.Methods inherited from class icyllis.arc3d.engine.ManagedResource
getDevice
-
Method Details
-
make
@SharedPtr public static @Nullable @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:RefCntOverride this method to invoke de-allocation of the underlying resource.- Specified by:
deallocatein classRefCnt
-
discard
public void discard()Deprecated. -
getSize
public int getSize()Deprecated. -
getHandle
public int getHandle()Deprecated. -
getBinding
public int getBinding()Deprecated.
-