MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / GetSource

Method GetSource

ExplorerTAP/effects/FloodEffect.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68HRESULT FloodEffect::GetSource(UINT, awge::IGraphicsEffectSource** source) noexcept
69{
70 if (source == nullptr) [[unlikely]]
71 {
72 return E_INVALIDARG;
73 }
74
75 return E_BOUNDS;
76}
77
78HRESULT FloodEffect::GetSourceCount(UINT* count) noexcept
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected