![]() |
Raven Engine v0.1
|
Interface for uniform buffer abstraction in the renderer. More...
#include "Raven/Memory/Ref.h"Classes | |
| class | Raven::UniformBuffer |
| Represents a GPU uniform buffer for shader constant data.Provides an interface to create uniform buffers and update their contents. Designed to be implemented by backend-specific subclasses. More... | |
Namespaces | |
| namespace | Raven |
Interface for uniform buffer abstraction in the renderer.
Defines the UniformBuffer class, which provides a way to create GPU uniform buffers and update their data. The interface supports API-agnostic uniform buffer management.