LeviLamina
Loading...
Searching...
No Matches
RenderMetadata.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/minecraft_renderer/framebuilder/CustomSurfaceShaderMetadata.h"
7#include "mc/deps/minecraft_renderer/resources/UIActorOffscreenCaptureDescription.h"
8#include "mc/deps/minecraft_renderer/resources/UIMeshOffscreenCaptureDescription.h"
9#include "mc/deps/minecraft_renderer/resources/UIStructureVolumeOffscreenCaptureDescription.h"
10#include "mc/deps/minecraft_renderer/resources/UIThumbnailMeshOffscreenCaptureDescription.h"
11
12namespace dragon {
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, int64 const> mID;
19 ::ll::TypedStorage<4, 8, ::mce::framebuilder::CustomSurfaceShaderMetadata const> mCSSMetadata;
20 ::ll::TypedStorage<1, 1, bool const> mIsItem;
21 ::ll::TypedStorage<
22 8,
23 48,
24 ::std::variant<
25 ::std::monostate,
30 mOffscreenCaptureDescription;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI_C void* $ctor(::dragon::RenderMetadata const&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI_C void $dtor();
49 // NOLINTEND
50};
51
52} // namespace dragon
Definition UIActorOffscreenCaptureDescription.h:5
Definition UIMeshOffscreenCaptureDescription.h:5
Definition UIStructureVolumeOffscreenCaptureDescription.h:8
Definition UIThumbnailMeshOffscreenCaptureDescription.h:5
Definition RenderMetadata.h:14