|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
ConstantBuffer wrapper around DeferredCBData. More...
#include <ConstantBuffer.hpp>
Public Member Functions | |
| DeferredBuffer () | |
| DeferredBuffer (const DeferredCBData &data) | |
| virtual void * | GetData () const override |
| virtual uint16_t | GetSize () const override |
Public Attributes | |
| DeferredCBData | gpuData |
ConstantBuffer wrapper around DeferredCBData.
Definition at line 321 of file ConstantBuffer.hpp.
|
inline |
Definition at line 322 of file ConstantBuffer.hpp.
|
inline |
Definition at line 323 of file ConstantBuffer.hpp.
|
inlineoverridevirtual |
Implements Sleak::RenderEngine::ConstantBuffer.
Definition at line 325 of file ConstantBuffer.hpp.
|
inlineoverridevirtual |
Implements Sleak::RenderEngine::ConstantBuffer.
Definition at line 326 of file ConstantBuffer.hpp.
| DeferredCBData Sleak::RenderEngine::DeferredBuffer::gpuData |
Definition at line 328 of file ConstantBuffer.hpp.