Interface for SSBO abstraction in the renderer. More...
Classes | |
| class | Raven::StorageBuffer |
| Represents a GPU storage 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 SSBO abstraction in the renderer.
Defines the StorageBuffer class, which provides a way to create GPU storage buffers and update their data. The interface supports API-agnostic storage buffer management.