PFNGLGETSYNCIVPROCDart typedef

PFNGLGETSYNCIVPROCDart = void Function(Pointer<NativeType> sync, int pname, int count, Pointer<Uint32> length, Pointer<Int32> values)

Implementation

typedef PFNGLGETSYNCIVPROCDart =
    void Function(
      Pointer<NativeType> sync,
      int pname,
      int count,
      Pointer<Uint32> length,
      Pointer<Int32> values,
    );