PFNGLBINDATTRIBLOCATIONARBPROC typedef

PFNGLBINDATTRIBLOCATIONARBPROC = Void Function(Pointer<NativeType> programObj, Uint32 index, Pointer<Utf8> name)

Implementation

typedef PFNGLBINDATTRIBLOCATIONARBPROC =
    Void Function(
      Pointer<NativeType> programObj,
      Uint32 index,
      Pointer<Utf8> name,
    );