GlStencilFillPathInstancedNVNative typedef

GlStencilFillPathInstancedNVNative = Void Function(Int32 numPaths, Uint32 pathNameType, Pointer<NativeType> paths, Uint32 pathBase, Uint32 fillMode, Uint32 mask, Uint32 transformType, Pointer<Float> transformValues)

Implementation

typedef GlStencilFillPathInstancedNVNative = Void Function(
    Int32 numPaths,
    Uint32 pathNameType,
    Pointer paths,
    Uint32 pathBase,
    Uint32 fillMode,
    Uint32 mask,
    Uint32 transformType,
    Pointer<Float> transformValues);