PFNGLPROGRAMSTRINGARBPROC typedef

PFNGLPROGRAMSTRINGARBPROC = Void Function(Uint32 target, Uint32 format, Uint32 len, Pointer<NativeType> string)

Implementation

typedef PFNGLPROGRAMSTRINGARBPROC =
    Void Function(
      Uint32 target,
      Uint32 format,
      Uint32 len,
      Pointer<NativeType> string,
    );