PFNGLTRANSFORMPATHNVPROC typedef

PFNGLTRANSFORMPATHNVPROC = Void Function(Uint32 resultPath, Uint32 srcPath, Uint32 transformType, Pointer<Float> transformValues)

Implementation

typedef PFNGLTRANSFORMPATHNVPROC =
    Void Function(
      Uint32 resultPath,
      Uint32 srcPath,
      Uint32 transformType,
      Pointer<Float> transformValues,
    );