LeviLamina
Loading...
Searching...
No Matches
IntraFrameAllocatorContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/checked_resource_service/ServerResourcePointer.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace dragon { struct ResolvedIndexBufferResource; }
11namespace dragon { struct ResolvedVertexBufferResource; }
12// clang-format on
13
14namespace dragon::frameobject {
15
17public:
18 // IntraFrameAllocatorContainer inner types declare
19 // clang-format off
20 struct BufferCompare;
21 struct BufferHasher;
22 struct ThreadLocalData;
23 // clang-format on
24
25 // IntraFrameAllocatorContainer inner types define
26 struct BufferCompare {
27 public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI bool operator()(
33 ) const;
34
35 MCNAPI bool operator()(
38 ) const;
39 // NOLINTEND
40 };
41
42 struct BufferHasher {};
43
44 struct ThreadLocalData {};
45};
46
47} // namespace dragon::frameobject
Definition ServerResourcePointer.h:8
Definition ResolvedIndexBufferResource.h:7
Definition ResolvedVertexBufferResource.h:7
Definition IntraFrameAllocatorContainer.h:17
MCAPI bool operator()(::mce::ServerResourcePointer<::dragon::ResolvedIndexBufferResource > const &, ::mce::ServerResourcePointer<::dragon::ResolvedIndexBufferResource > const &) const
MCAPI bool operator()(::mce::ServerResourcePointer<::dragon::ResolvedVertexBufferResource > const &lhs, ::mce::ServerResourcePointer<::dragon::ResolvedVertexBufferResource > const &rhs) const
Definition IntraFrameAllocatorContainer.h:19
Definition IntraFrameAllocatorContainer.h:21
Definition IntraFrameAllocatorContainer.h:7