LeviLamina
Loading...
Searching...
No Matches
MigrationTextureBinding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace mce { class TexturePtr; }
8namespace mce { struct ClientTexture; }
9namespace mce { struct ServerTexture; }
10// clang-format on
11
12namespace mcr {
13
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCNAPI ::mce::ServerTexture operator()(::std::monostate) const;
19
20 MCNAPI ::mce::ServerTexture operator()(::mce::ClientTexture const& clientTexture) const;
21
22 MCNAPI ::mce::ServerTexture operator()(::mce::ServerTexture const& serverTexture) const;
23
24 MCNAPI ::mce::ServerTexture operator()(::mce::TexturePtr const& texturePtr) const;
25 // NOLINTEND
26};
27
28} // namespace mcr
Definition TexturePtr.h:7
Definition ClientTexture.h:7
Definition ServerTexture.h:7
Definition MigrationTextureBinding.h:7
MCAPI::mce::ServerTexture operator()(::mce::TexturePtr const &texturePtr) const
MCAPI::mce::ServerTexture operator()(::std::monostate) const
MCAPI::mce::ServerTexture operator()(::mce::ServerTexture const &serverTexture) const
MCAPI::mce::ServerTexture operator()(::mce::ClientTexture const &clientTexture) const