3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/renderer/constant_buffers/AlignmentAllocator.h"
19 ::ll::TypedStorage<8, 8, ::mce::ConstantBufferContainer*> constantBuffer;
25 virtual ~ConstantBufferConstantsBase();
27 virtual void init() = 0;
33 MCAPI ConstantBufferConstantsBase();
35 MCAPI ::std::vector<uchar, ::mce::AlignmentHelper::AlignmentAllocator<uchar, 16>>
const& getBuffer()
const;
37 MCAPI
void setFromBytes(
38 ::std::vector<uchar, ::mce::AlignmentHelper::AlignmentAllocator<uchar, 16>>
const& constantBufferMemoryContainer
Definition ConstantBufferConstantsBase.h:7
static MCAPI void ** $vftable()
Definition ConstantBufferContainer.h:7