| 225 | } |
| 226 | |
| 227 | void MeshObject::SetIndexBuffer(std::vector<uint16_t> && indices) |
| 228 | { |
| 229 | m_indices = std::move(indices); |
| 230 | Reset(); |
| 231 | } |
| 232 | |
| 233 | void MeshObject::UpdateIndexBuffer(ref_ptr<dp::GraphicsContext> context, std::vector<uint16_t> const & indices) |
| 234 | { |