PFNGLPRESENTFRAMEDUALFILLNVPROC typedef

PFNGLPRESENTFRAMEDUALFILLNVPROC = Void Function(Uint32 videoSlot, Uint64 minPresentTime, Uint32 beginPresentTimeId, Uint32 presentDurationId, Uint32 type, Uint32 target0, Uint32 fill0, Uint32 target1, Uint32 fill1, Uint32 target2, Uint32 fill2, Uint32 target3, Uint32 fill3)

Implementation

typedef PFNGLPRESENTFRAMEDUALFILLNVPROC =
    Void Function(
      Uint32 videoSlot,
      Uint64 minPresentTime,
      Uint32 beginPresentTimeId,
      Uint32 presentDurationId,
      Uint32 type,
      Uint32 target0,
      Uint32 fill0,
      Uint32 target1,
      Uint32 fill1,
      Uint32 target2,
      Uint32 fill2,
      Uint32 target3,
      Uint32 fill3,
    );