| 95 | } |
| 96 | |
| 97 | void OverlayHandle::GetElementIndexes(ref_ptr<IndexBufferMutator> mutator) const |
| 98 | { |
| 99 | ASSERT_EQUAL(m_isVisible, true, ()); |
| 100 | mutator->AppendIndexes(m_indexes.GetRawConst(), m_indexes.Size()); |
| 101 | } |
| 102 | |
| 103 | void OverlayHandle::GetAttributeMutation(ref_ptr<AttributeBufferMutator> mutator) const |
| 104 | { |
no test coverage detected