LeviLamina
Loading...
Searching...
No Matches
ConstantBufferConstantsBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/renderer/constant_buffers/AlignmentAllocator.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace mce { class ConstantBufferContainer; }
11// clang-format on
12
13namespace mce {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::mce::ConstantBufferContainer*> constantBuffer;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~ConstantBufferConstantsBase();
26
27 virtual void init() = 0;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ConstantBufferConstantsBase();
34
35 MCAPI ::std::vector<uchar, ::mce::AlignmentHelper::AlignmentAllocator<uchar, 16>> const& getBuffer() const;
36
37 MCAPI void setFromBytes(
38 ::std::vector<uchar, ::mce::AlignmentHelper::AlignmentAllocator<uchar, 16>> const& constantBufferMemoryContainer
39 );
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
66
67} // namespace mce
Definition ConstantBufferConstantsBase.h:7
static MCAPI void ** $vftable()
Definition ConstantBufferContainer.h:7