Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::UniformBuffer Class Referenceabstract

#include <UniformBuffer.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::UniformBuffer:
Grindstone::GraphicsAPI::DirectX12UniformBuffer Grindstone::GraphicsAPI::OpenGL::UniformBuffer Grindstone::GraphicsAPI::Vulkan::UniformBuffer

Classes

struct  CreateInfo
 

Public Member Functions

virtual void UpdateBuffer (void *content)=0
 
virtual uint32_t GetSize () const =0
 
virtual void Bind ()=0
 

Detailed Description

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.


The documentation for this class was generated from the following file: