2vk::Buffer plGALBufferVulkan::GetVkBuffer()
const
5 return m_currentBuffer.m_buffer;
8vk::IndexType plGALBufferVulkan::GetIndexType()
const
13plVulkanAllocation plGALBufferVulkan::GetAllocation()
const
15 return m_currentBuffer.m_alloc;
23vk::PipelineStageFlags plGALBufferVulkan::GetUsedByPipelineStage()
const
28vk::AccessFlags plGALBufferVulkan::GetAccessMask()
const
plUInt64 GetCurrentFrame() const
The current rendering frame. This is a monotonically increasing number which changes +1 every time En...
Definition Device_inl.h:12
Subset of VmaAllocationInfo. Duplicated for abstraction purposes.
Definition MemoryAllocatorVulkan.h:78