GlPathSubCommandsNV typedef

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

Implementation

typedef GlPathSubCommandsNV = void Function(
    int path,
    int commandStart,
    int commandsToDelete,
    int numCommands,
    /*String*/ Pointer commands,
    int numCoords,
    int coordType,
    Pointer coords);