Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
void DX11InputLayoutManager::UnbindAll()
106
{
107
mMutex.lock();
108
mMap.clear();
109
mMutex.unlock();
110
}
111
112
bool DX11InputLayoutManager::HasElements() const
113
{
Callers
1
~DX11Engine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected