java.lang.Object
overrungl.opengl.ext.amd.GLAMDSparseTexture
GL_AMD_sparse_texture
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTexStorageSparseAMD
(int target, int internalFormat, int width, int height, int depth, int layers, int flags) static void
glTexStorageSparseAMD
(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags) static void
load
(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)
-