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

Method UnbindAll

GTE/Graphics/DX11/DX11InputLayoutManager.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void DX11InputLayoutManager::UnbindAll()
106{
107 mMutex.lock();
108 mMap.clear();
109 mMutex.unlock();
110}
111
112bool DX11InputLayoutManager::HasElements() const
113{

Callers 1

~DX11EngineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected