PFNGLGETACTIVEUNIFORMNAMEPROCDart typedef

PFNGLGETACTIVEUNIFORMNAMEPROCDart = void Function(int program, int uniformIndex, int bufSize, Pointer<Uint32> length, Pointer<Int8> uniformName)

Implementation

typedef PFNGLGETACTIVEUNIFORMNAMEPROCDart =
    void Function(
      int program,
      int uniformIndex,
      int bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> uniformName,
    );