PFNGLPATHSUBCOMMANDSNVPROCDart typedef

PFNGLPATHSUBCOMMANDSNVPROCDart = void Function(int path, int commandStart, int commandsToDelete, int numCommands, Pointer<Uint8> commands, int numCoords, int coordType, Pointer<NativeType> coords)

Implementation

typedef PFNGLPATHSUBCOMMANDSNVPROCDart =
    void Function(
      int path,
      int commandStart,
      int commandsToDelete,
      int numCommands,
      Pointer<Uint8> commands,
      int numCoords,
      int coordType,
      Pointer<NativeType> coords,
    );