MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / Invalidate

Method Invalidate

Hydrogent/src/HnMesh.cpp:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void HnMesh::Invalidate()
284{
285 m_StagingVertexData.reset();
286 m_StagingIndexData.reset();
287 m_Topology = {};
288 m_VertexData = {};
289 m_IndexData = {};
290}
291
292void HnMesh::UpdateRepr(pxr::HdSceneDelegate& SceneDelegate,
293 pxr::HdRenderParam* RenderParam,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected