| 242 | } |
| 243 | |
| 244 | ITr2InstanceData::InstanceData Tr2RuntimeInstanceData::GetInstanceData( unsigned int bufferIndex, float screenSize ) const |
| 245 | { |
| 246 | return { |
| 247 | m_vb.GetBuffer(), m_vb.GetOffset(), m_stride, m_count |
| 248 | }; |
| 249 | } |
| 250 | |
| 251 | // -------------------------------------------------------------------------------------- |
| 252 | // Description: |