LeviLamina
Loading...
Searching...
No Matches
RenderMaterialBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
10namespace cg {
11
13public:
14 // member variables
15 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
34 RenderMaterialBase& operator=(RenderMaterialBase const&);
37
38public:
39 // virtual functions
40 // NOLINTBEGIN
41 // vIndex: 0
42 virtual ~RenderMaterialBase() = default;
43
44 // vIndex: 1
45 virtual void parseRuntimeStates(::Json::Value const&) = 0;
46
47 // vIndex: 2
48 virtual void appendShaderPathForGfxAPI() = 0;
49
50 // vIndex: 3
51 virtual ::std::string buildHeader(::std::set<::std::string> const&);
52
53 // vIndex: 4
54 virtual void parseShader(::Json::Value const&);
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60
61 // NOLINTEND
62
63public:
64 // virtual function thunks
65 // NOLINTBEGIN
66
67 // NOLINTEND
68};
69
70} // namespace cg
Definition Value.h:16
Definition RenderMaterialBase.h:12
Definition Alias.h:14