| 39 | } |
| 40 | |
| 41 | void const * AttributeProvider::GetRawPointer(uint8_t streamIndex) |
| 42 | { |
| 43 | ASSERT_LESS(streamIndex, GetStreamCount(), ()); |
| 44 | CHECK_STREAMS; |
| 45 | return m_streams[streamIndex].m_data.get(); |
| 46 | } |
| 47 | |
| 48 | BindingInfo const & AttributeProvider::GetBindingInfo(uint8_t streamIndex) const |
| 49 | { |