PFNGLGETACTIVEUNIFORMBLOCKNAMEPROCDart typedef

PFNGLGETACTIVEUNIFORMBLOCKNAMEPROCDart = void Function(int program, int uniformBlockIndex, int bufSize, Pointer<Uint32> length, Pointer<Int8> uniformBlockName)

Implementation

typedef PFNGLGETACTIVEUNIFORMBLOCKNAMEPROCDart =
    void Function(
      int program,
      int uniformBlockIndex,
      int bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> uniformBlockName,
    );