Skip to main content

InstanceData.ixx File

Per-instance payload used by instanced rendering paths. More...

Included Headers

#include <helios.math>

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacecommon
namespacetypes

Classes Index

structInstanceData<TOwnerHandle>

Instance payload transferred to the render backend. More...

Description

Per-instance payload used by instanced rendering paths.

File Listing

The file content with the documentation metadata removed is:

1
6module;
7
8export module helios.engine.rendering.common.types.InstanceData;
9
10import helios.math;
11
13
17 template<typename TOwnerHandle>
18 struct InstanceData {
22 math::mat4f modelMatrix;
23 };
24}
25

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.