PFNGLTEXTURESTORAGE2DMULTISAMPLEPROC typedef

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

Implementation

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