PFNGLPATHCOMMANDSNVPROCDart typedef

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

Implementation

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