PFNGLPATHTEXGENNVPROCDart typedef

PFNGLPATHTEXGENNVPROCDart = void Function(int texCoordSet, int genMode, int components, Pointer<Float> coeffs)

Implementation

typedef PFNGLPATHTEXGENNVPROCDart =
    void Function(
      int texCoordSet,
      int genMode,
      int components,
      Pointer<Float> coeffs,
    );