PFNGLTEXSTORAGE3DMULTISAMPLEPROC typedef

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

Implementation

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