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