| 194 | //------------------------------------------------------------------------ |
| 195 | template <class T, unsigned S, unsigned P> |
| 196 | inline void vertex_block_storage<T, S, P>::modify_command( |
| 197 | unsigned idx, unsigned cmd) |
| 198 | { |
| 199 | m_cmd_blocks[idx >> block_shift][idx & block_mask] = (int8u)cmd; |
| 200 | } |
| 201 | |
| 202 | //------------------------------------------------------------------------ |
| 203 | template <class T, unsigned S, unsigned P> |
no outgoing calls
no test coverage detected