MCPcopy Create free account
hub / github.com/defold/defold / ReturnSetTextureAsyncIndex

Function ReturnSetTextureAsyncIndex

engine/graphics/src/graphics.cpp:1747–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745 }
1746
1747 void ReturnSetTextureAsyncIndex(SetTextureAsyncState& state, uint16_t index)
1748 {
1749 DM_MUTEX_SCOPED_LOCK(state.m_Mutex);
1750 state.m_Indices.Push(index);
1751 }
1752
1753 void DeleteContext(HContext context)
1754 {

Callers 3

AsyncCompleteCallbackFunction · 0.85
AsyncCompleteCallbackFunction · 0.85
AsyncCompleteCallbackFunction · 0.85

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected