PFNGLTEXSTORAGE1DEXTPROC typedef

PFNGLTEXSTORAGE1DEXTPROC = Void Function(Uint32 target, Uint32 levels, Uint32 internalformat, Uint32 width)

Implementation

typedef PFNGLTEXSTORAGE1DEXTPROC =
    Void Function(
      Uint32 target,
      Uint32 levels,
      Uint32 internalformat,
      Uint32 width,
    );