PFNGLTEXSTORAGE1DPROC typedef

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

Implementation

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