Raven Engine v0.1
Loading...
Searching...
No Matches
VulkanUniformBuffer.h File Reference

Vulkan backend implementation of the UniformBuffer abstraction. More...

#include "Renderer/UniformBuffer.h"
#include <vector>

Classes

class  Raven::VulkanUniformBuffer
 Vulkan-specific UniformBuffer implementation. More...

Namespaces

namespace  Raven

Detailed Description

Vulkan backend implementation of the UniformBuffer abstraction.

Manages a Vulkan uniform buffer with host-visible and coherent memory, allowing dynamic data updates from CPU to GPU.