GlPathSubCommandsNVNative typedef

GlPathSubCommandsNVNative = Void Function(Uint32 path, Int32 commandStart, Int32 commandsToDelete, Int32 numCommands, Pointer<NativeType> commands, Int32 numCoords, Uint32 coordType, Pointer<NativeType> coords)

Implementation

typedef GlPathSubCommandsNVNative = Void Function(
    Uint32 path,
    Int32 commandStart,
    Int32 commandsToDelete,
    Int32 numCommands,
    Pointer commands,
    Int32 numCoords,
    Uint32 coordType,
    Pointer coords);