PFNGLPRESENTFRAMEKEYEDNVPROC typedef

PFNGLPRESENTFRAMEKEYEDNVPROC = Void Function(Uint32 videoSlot, Uint64 minPresentTime, Uint32 beginPresentTimeId, Uint32 presentDurationId, Uint32 type, Uint32 target0, Uint32 fill0, Uint32 key0, Uint32 target1, Uint32 fill1, Uint32 key1)

Implementation

typedef PFNGLPRESENTFRAMEKEYEDNVPROC =
    Void Function(
      Uint32 videoSlot,
      Uint64 minPresentTime,
      Uint32 beginPresentTimeId,
      Uint32 presentDurationId,
      Uint32 type,
      Uint32 target0,
      Uint32 fill0,
      Uint32 key0,
      Uint32 target1,
      Uint32 fill1,
      Uint32 key1,
    );