Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ InitializeSetTextureAsyncState
Function
InitializeSetTextureAsyncState
engine/graphics/src/graphics.cpp:1700–1703 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1698
}
1699
1700
void InitializeSetTextureAsyncState(SetTextureAsyncState& state)
1701
{
1702
state.m_Mutex = dmMutex::New();
1703
}
1704
1705
void ResetSetTextureAsyncState(SetTextureAsyncState& state)
1706
{
Callers
3
NullInitialize
Function · 0.85
OpenGLInitialize
Function · 0.85
InitializeVulkan
Function · 0.85
Calls
1
New
Function · 0.50
Tested by
no test coverage detected