|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
Interface for a CPU-side payload that can be uploaded to a GPU constant buffer. More...
#include <ConstantBuffer.hpp>
Public Member Functions | |
| virtual void * | GetData () const =0 |
| virtual uint16_t | GetSize () const =0 |
Interface for a CPU-side payload that can be uploaded to a GPU constant buffer.
Definition at line 75 of file ConstantBuffer.hpp.
|
pure virtual |
|
pure virtual |