prepProvideBuffer

Note: Available from Linux 5.7

  1. SubmissionEntry prepProvideBuffer(SubmissionEntry entry, ubyte[N] buf, ushort bgid, int bid)
  2. SubmissionEntry prepProvideBuffer(SubmissionEntry entry, ubyte[] buf, ushort bgid, int bid)
    nothrow @nogc ref @safe
    SubmissionEntry
    prepProvideBuffer
    (
    return ref SubmissionEntry entry
    ,
    ref ubyte[] buf
    ,
    ushort bgid
    ,
    int bid
    )

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

buf ubyte[]

buffers to provide

bgid ushort

buffers group id

bid int

starting buffer id

Meta