MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ usage_hint

BufferUsageHint MayaFlux::Portal::Graphics::GpuBufferBinding::usage_hint { BufferUsageHint::COMPUTE_STORAGE }

Hint for buffer allocation and memory properties.

Definition at line 184 of file GraphicsUtils.hpp.

184{ BufferUsageHint::COMPUTE_STORAGE }; ///< Hint for buffer allocation and memory properties.
@ COMPUTE_STORAGE
Bare eStorageBuffer, no transfer flags. GpuResourceManager's host-visible/host-coherent compute buffe...