PFNGLTEXTURESTORAGESPARSEAMDPROC typedef

PFNGLTEXTURESTORAGESPARSEAMDPROC = Void Function(Uint32 texture, Uint32 target, Uint32 internalFormat, Uint32 width, Uint32 height, Uint32 depth, Uint32 layers, Uint32 flags)

Implementation

typedef PFNGLTEXTURESTORAGESPARSEAMDPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 internalFormat,
      Uint32 width,
      Uint32 height,
      Uint32 depth,
      Uint32 layers,
      Uint32 flags,
    );