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

Method IsMultiSampled

Hydrogent/src/HnRenderBuffer.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool HnRenderBuffer::IsMultiSampled() const
145{
146 return m_pTarget ? m_pTarget->GetTexture()->GetDesc().SampleCount > 1 : false;
147}
148
149void* HnRenderBuffer::Map()
150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected