FZGPUModules 2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
fz::BorrowedDeviceBuffer Class Reference

#include <device_buffer.h>

Detailed Description

A device pointer the Pipeline still owns.

Returned by the borrowing execution calls. The caller must NOT free it, and it is invalidated by the next call that reuses the same pool slot (see the Memory Ownership table in docs/architecture.md). Deliberately has no conversion to OwnedDeviceBuffer.