GlPathCommandsNV typedef
GlPathCommandsNV =
void Function(int path, int numCommands, Pointer<NativeType> commands, int numCoords, int coordType, Pointer<NativeType> coords)
Implementation
typedef GlPathCommandsNV = void Function(int path, int numCommands,
/*String*/ Pointer commands, int numCoords, int coordType, Pointer coords);