Skip to main content

MaterialOverrideComponent.ixx File

Stores an explicit material handle override. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacecommon
namespacecomponents

Classes Index

classMaterialOverrideComponent<THandle>

Component that stores a replacement material handle. More...

Description

Stores an explicit material handle override.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.rendering.common.components.MaterialOverrideComponent;
8
9import helios.engine.rendering.material;
10
14
20 template<typename THandle>
22
23
24 MaterialHandle materialHandle_{};
25
26
27 public:
28
35 : materialHandle_(materialHandle) {}
36
39 return materialHandle_;
40 }
41
42 };
43
44}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.