MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / HasElements

Method HasElements

GTE/Graphics/DX11/DX11InputLayoutManager.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool DX11InputLayoutManager::HasElements() const
113{
114 mMutex.lock();
115 bool hasElements = mMap.size() > 0;
116 mMutex.unlock();
117 return hasElements;
118}
119
120

Callers 1

~DX11EngineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected