| 94 | } |
| 95 | |
| 96 | HnRenderPass::HnRenderPass(pxr::HdRenderIndex* pIndex, |
| 97 | const pxr::HdRprimCollection& Collection) : |
| 98 | pxr::HdRenderPass{pIndex, Collection} |
| 99 | { |
| 100 | } |
| 101 | |
| 102 | struct HnRenderPass::RenderState |
| 103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected