Skip to main content

ShaderSourceComponent.ixx File

Component storing source paths for shader compilation. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespaceshader
namespacecomponents

Classes Index

structShaderSourceComponent<THandle>

Source-location component for shader entities. More...

Description

Component storing source paths for shader compilation.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <string>
8
9export module helios.engine.rendering.shader.components.ShaderSourceComponent;
10
11import helios.engine.rendering.shader.concepts.IsShaderHandle;
12
13using namespace helios::engine::rendering::shader::concepts;
15
21 template<typename THandle>
24
28 std::string vertexShaderPath;
29
33 std::string fragmentShaderPath;
34
35 };
36
37}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.