Skip to main content

RenderPassContext.ixx File

Lightweight context object for render pass target selection. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacecommon
namespacetypes

Classes Index

structRenderPassContext

Groups the target handles used for a render pass. More...

Description

Lightweight context object for render pass target selection.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7
8export module helios.engine.rendering.common.types.RenderPassContext;
9
10
11import helios.engine.rendering.common.types.ClearFlags;
12
13import helios.math;
14
15import helios.engine.rendering.renderTarget.types.RenderTargetHandle;
16import helios.engine.rendering.viewport.types.ViewportHandle;
17
18import helios.engine.rendering.common.types.ClearFlags;
19
24
29
32
35
37 helios::math::mat4f viewMatrix{};
38
40 helios::math::mat4f projectionMatrix{};
41
42 };
43
44
45}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.