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

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

Detailed Description

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.