|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| VKBufferResources::GenerationSlot MayaFlux::Buffers::NetworkGeometryBuffer::read_state_slot | ( | const std::string & | name | ) | const |
Full back_buffers slot a stage should read the named state field from.
Same resolution as read_state_handle, without narrowing to just the Vulkan handle: a CPU-side readback through StagingUtils::download_back_buffer needs the whole slot (it checks mapped_ptr for the host-visible fast path), not only .buffer. Returned by value since GenerationSlot is three handles wide.
Definition at line 380 of file NetworkGeometryBuffer.cpp.
References MayaFlux::Buffers::VKBufferResources::back_buffers, find_state_field(), MayaFlux::Buffers::VKBuffer::get_buffer_resources(), and name.
Here is the call graph for this function: