Class ARBSparseBuffer

java.lang.Object
org.lwjgl.opengl.ARBSparseBuffer

public class ARBSparseBuffer extends Object
Native bindings to the ARB_sparse_buffer extension.

This extension adds to GL a mechanism to decouple the virtual and physical storage requirements of textures and allows an application to create partially populated textures that would over-subscribe available graphics memory if made fully resident. This extension provides like functionality for buffer objects, allowing applications to manage buffer object storage in a similar manner.

Requires OpenGL 1.5 or ARB_vertex_buffer_object.