| 281 | } |
| 282 | |
| 283 | void HnMesh::Invalidate() |
| 284 | { |
| 285 | m_StagingVertexData.reset(); |
| 286 | m_StagingIndexData.reset(); |
| 287 | m_Topology = {}; |
| 288 | m_VertexData = {}; |
| 289 | m_IndexData = {}; |
| 290 | } |
| 291 | |
| 292 | void HnMesh::UpdateRepr(pxr::HdSceneDelegate& SceneDelegate, |
| 293 | pxr::HdRenderParam* RenderParam, |
nothing calls this directly
no outgoing calls
no test coverage detected