Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
ITextureView* Bloom::GetBloomTextureSRV() const
424
{
425
return m_Resources[RESOURCE_IDENTIFIER_OUTPUT_COLOR].GetTextureSRV();
426
}
427
428
bool Bloom::UpdateUI(HLSL::BloomAttribs& Attribs, FEATURE_FLAGS& FeatureFlags)
429
{
Callers
1
PrepareSRB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected