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

Method GetVertexBuffer

Hydrogent/src/HnMesh.cpp:1340–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1338}
1339
1340IBuffer* HnMesh::GetVertexBuffer(const pxr::TfToken& Name) const
1341{
1342 auto it = m_VertexData.Buffers.find(Name);
1343 return it != m_VertexData.Buffers.end() ? it->second.RawPtr() : nullptr;
1344}
1345
1346} // namespace USD
1347

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected