MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / CreateInfo

Class CreateInfo

PostProcess/Bloom/interface/Bloom.hpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 };
78
79 struct CreateInfo
80 {
81 bool EnableAsyncCreation = false;
82 };
83
84public:
85 Bloom(IRenderDevice* pDevice, const CreateInfo& CI);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected