PFNGLGETNUNIFORMFVPROCDart typedef

PFNGLGETNUNIFORMFVPROCDart = void Function(int program, int location, int bufSize, Pointer<Float> params)

Implementation

typedef PFNGLGETNUNIFORMFVPROCDart =
    void Function(
      int program,
      int location,
      int bufSize,
      Pointer<Float> params,
    );