PFNGLGETACTIVEATTRIBARBPROCDart typedef

PFNGLGETACTIVEATTRIBARBPROCDart = void Function(Pointer<NativeType> programObj, int index, int maxLength, Pointer<Uint32> length, Pointer<Int32> size, Pointer<Uint32> type, Pointer<Int8> name)

Implementation

typedef PFNGLGETACTIVEATTRIBARBPROCDart =
    void Function(
      Pointer<NativeType> programObj,
      int index,
      int maxLength,
      Pointer<Uint32> length,
      Pointer<Int32> size,
      Pointer<Uint32> type,
      Pointer<Int8> name,
    );