Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <UniformBuffer.hpp>
Classes | |
struct | CreateInfo |
Public Member Functions | |
virtual void | UpdateBuffer (void *content)=0 |
virtual uint32_t | GetSize () const =0 |
virtual void | Bind ()=0 |
A UniformBuffer is a buffer of memory that exists on the CPU, GPU, or shared between them. They can be used by a GraphicsPipeline or ComputePipeline.