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

Method GetSourceCount

ExplorerTAP/effects/GaussianBlurEffect.cpp:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108HRESULT GaussianBlurEffect::GetSourceCount(UINT* count) noexcept
109{
110 if (count == nullptr) [[unlikely]]
111 {
112 return E_INVALIDARG;
113 }
114
115 *count = 1;
116 return S_OK;
117}
118
119winrt::hstring GaussianBlurEffect::Name()
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected