java.lang.Object
overrungl.opengl.ext.amd.GLAMDSparseTexture
GL_AMD_sparse_texture- Since:
 - 0.1.0
 - Author:
 - squid233
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidglTexStorageSparseAMD(int target, int internalFormat, int width, int height, int depth, int layers, int flags) static voidglTexStorageSparseAMD(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags) static voidload(GLExtCaps ext, GLLoadFunc load)  
- 
Constructor Details
- 
GLAMDSparseTexture
public GLAMDSparseTexture() 
 - 
 - 
Method Details
- 
load
 - 
glTexStorageSparseAMD
public static void glTexStorageSparseAMD(int target, int internalFormat, int width, int height, int depth, int layers, int flags)  - 
glTexStorageSparseAMD
public static void glTexStorageSparseAMD(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags)  
 -