PFNGLPATHMEMORYGLYPHINDEXARRAYNVPROC typedef

PFNGLPATHMEMORYGLYPHINDEXARRAYNVPROC = Uint32 Function(Uint32 firstPathName, Uint32 fontTarget, Pointer<Uint32> fontSize, Pointer<NativeType> fontData, Uint32 faceIndex, Uint32 firstGlyphIndex, Uint32 numGlyphs, Uint32 pathParameterTemplate, Float emScale)

Implementation

typedef PFNGLPATHMEMORYGLYPHINDEXARRAYNVPROC =
    Uint32 Function(
      Uint32 firstPathName,
      Uint32 fontTarget,
      Pointer<Uint32> fontSize,
      Pointer<NativeType> fontData,
      Uint32 faceIndex,
      Uint32 firstGlyphIndex,
      Uint32 numGlyphs,
      Uint32 pathParameterTemplate,
      Float emScale,
    );