Skip to main content

NullUniformCacheStrategy.ixx File

No-op uniform cache strategy that always reports success. More...

Included Headers

Namespaces Index

namespacehelios
namespaceopengl

Classes Index

classNullUniformCacheStrategy<TMemberHandle>

Null-object strategy for uniform caching. More...

Description

No-op uniform cache strategy that always reports success.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7
8export module helios.engine.rendering.shader.NullUniformCacheStrategy;
9
10import helios.engine.runtime.world.EngineWorld;
11import helios.engine.runtime.world.UpdateContext;
12
14export namespace helios::opengl {
15
23 template<typename TMemberHandle>
25
26
27 public:
28
29
37 template<typename TUniformScope>
39 TMemberHandle memberHandle,
40 RenderResourceWorld& renderResourceWorld,
42 ) {
43 return true;
44 }
45
46 };
47}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.