PFNGLTEXTURESTORAGE3DMULTISAMPLEPROC typedef

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

Implementation

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