|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Satisfied by any VKBuffer subclass that exposes a GPU-resident image. More...
#include <VKBuffer.hpp>
Satisfied by any VKBuffer subclass that exposes a GPU-resident image.
Covers all pixel-bearing buffer types via whichever accessor they provide:
New pixel-bearing buffer types satisfy this concept automatically by implementing either method with the correct return type. No registration or base class change required.
Processors constrained by GpuImageSource use if constexpr to select the correct accessor at compile time.
Definition at line 691 of file VKBuffer.hpp.