| 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 | { |
no test coverage detected