Skip to main content

ShaderBatchCompileCommand.ixx File

Command payload for compiling multiple shader resources. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespaceshader
namespacecommands

Classes Index

structShaderBatchCompileCommand<THandle>

Requests batched compilation for multiple shader handles. More...

Description

Command payload for compiling multiple shader resources.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <vector>
8
9export module helios.engine.rendering.shader.commands.ShaderBatchCompileCommand;
10
11import helios.engine.rendering.shader.types.ShaderHandle;
12import helios.engine.rendering.shader.concepts.IsShaderHandle;
13
14using namespace helios::engine::rendering::shader::concepts;
16
22 template<typename THandle>
25 std::vector<THandle> shaderHandles{};
26 };
27
28}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.