◆ UploadGPURingBuffer()
◆ Allocate()
@breif Allocates count T elements in the ring buffer, returning a Span to the allocated memory. It's up to the caller to fill in the data, which is usually write-only.
- Note
- There's no guard against allocating potentially still in-flight memory range. Ensure enough memory budget to avoid overwriting.
- Returns
- Raw mapped memory ptr, offset (element wise) in buffer.
◆ Capacity()
◆ Reset()
◆ Used()
◆ mBegin
◆ mBuffer
◆ mEnd
◆ mPrevRing
◆ mRing
The documentation for this struct was generated from the following file: