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

Method GetBloomTextureSRV

PostProcess/Bloom/src/Bloom.cpp:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423ITextureView* Bloom::GetBloomTextureSRV() const
424{
425 return m_Resources[RESOURCE_IDENTIFIER_OUTPUT_COLOR].GetTextureSRV();
426}
427
428bool Bloom::UpdateUI(HLSL::BloomAttribs& Attribs, FEATURE_FLAGS& FeatureFlags)
429{

Callers 1

PrepareSRBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected