PFNGLGETSHADERSOURCEARBPROC typedef

PFNGLGETSHADERSOURCEARBPROC = Void Function(Pointer<NativeType> obj, Uint32 maxLength, Pointer<Uint32> length, Pointer<Int8> source)

Implementation

typedef PFNGLGETSHADERSOURCEARBPROC =
    Void Function(
      Pointer<NativeType> obj,
      Uint32 maxLength,
      Pointer<Uint32> length,
      Pointer<Int8> source,
    );