PFNGLCOMPILESHADERINCLUDEARBPROC typedef

PFNGLCOMPILESHADERINCLUDEARBPROC = Void Function(Uint32 shader, Uint32 count, Pointer<Pointer<Int8>> path, Pointer<Int32> length)

Implementation

typedef PFNGLCOMPILESHADERINCLUDEARBPROC =
    Void Function(
      Uint32 shader,
      Uint32 count,
      Pointer<Pointer<Int8>> path,
      Pointer<Int32> length,
    );