PFNGLTEXIMAGE2DMULTISAMPLEPROC typedef

PFNGLTEXIMAGE2DMULTISAMPLEPROC = Void Function(Uint32 target, Uint32 samples, Uint32 internalformat, Uint32 width, Uint32 height, Int32 fixedsamplelocations)

Implementation

typedef PFNGLTEXIMAGE2DMULTISAMPLEPROC =
    Void Function(
      Uint32 target,
      Uint32 samples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
      Int32 fixedsamplelocations,
    );