| 1739 | } |
| 1740 | |
| 1741 | SetTextureAsyncParams GetSetTextureAsyncParams(SetTextureAsyncState& state, uint16_t index) |
| 1742 | { |
| 1743 | DM_MUTEX_SCOPED_LOCK(state.m_Mutex); |
| 1744 | return state.m_Params[index]; |
| 1745 | } |
| 1746 | |
| 1747 | void ReturnSetTextureAsyncIndex(SetTextureAsyncState& state, uint16_t index) |
| 1748 | { |
no outgoing calls
no test coverage detected