PFNGLTEXTURESTORAGE2DMULTISAMPLEPROC typedef

PFNGLTEXTURESTORAGE2DMULTISAMPLEPROC = Void Function(Uint32 texture, Uint32 samples, Uint32 internalformat, Uint32 width, Uint32 height, Int32 fixedsamplelocations)

Implementation

typedef PFNGLTEXTURESTORAGE2DMULTISAMPLEPROC =
    Void Function(
      Uint32 texture,
      Uint32 samples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
      Int32 fixedsamplelocations,
    );