MCPcopy 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

NullInitializeFunction · 0.85
OpenGLInitializeFunction · 0.85
InitializeVulkanFunction · 0.85

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected