Class GLAMDSparseTexture

java.lang.Object
overrungl.opengl.ext.amd.GLAMDSparseTexture

public final class GLAMDSparseTexture extends Object
GL_AMD_sparse_texture
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLAMDSparseTexture

      public GLAMDSparseTexture()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc 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)