Skip to main content

MeshBatchUploadCommand.ixx File

Command that requests uploading a batch of mesh handles. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacemesh
namespacecommands

Classes Index

structMeshBatchUploadCommand<THandle>

Batch command containing mesh handles to upload. More...

Description

Command that requests uploading a batch of mesh handles.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <vector>
8
9export module helios.engine.rendering.mesh.commands.MeshBatchUploadCommand;
10
11import helios.engine.rendering.mesh.types.MeshDataIndex;
12import helios.engine.rendering.mesh.types.MeshHandle;
13import helios.engine.rendering.mesh.concepts.IsMeshHandle;
14
16using namespace helios::engine::rendering::mesh::concepts;
18
23 template<typename THandle>
26
30 std::vector<MeshHandle> meshHandles{};
31
32 };
33
34}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.