PFNGLSTENCILSTROKEPATHINSTANCEDNVPROC typedef

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

Implementation

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