PFNGLTEXIMAGE3DMULTISAMPLEPROC typedef

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

Implementation

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