| 234 | } |
| 235 | |
| 236 | pxr::HdDirtyBits HnMesh::_PropagateDirtyBits(pxr::HdDirtyBits bits) const |
| 237 | { |
| 238 | return bits; |
| 239 | } |
| 240 | |
| 241 | void HnMesh::AddGeometrySubsetDrawItems(const pxr::HdMeshReprDesc& ReprDesc, pxr::HdRepr& Repr) |
| 242 | { |
nothing calls this directly
no outgoing calls
no test coverage detected