PFNGLTEXTURESTORAGE3DEXTPROC typedef

PFNGLTEXTURESTORAGE3DEXTPROC = Void Function(Uint32 texture, Uint32 target, Uint32 levels, Uint32 internalformat, Uint32 width, Uint32 height, Uint32 depth)

Implementation

typedef PFNGLTEXTURESTORAGE3DEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 levels,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
      Uint32 depth,
    );