| 126 | } |
| 127 | |
| 128 | unsigned int HnRenderBuffer::GetDepth() const |
| 129 | { |
| 130 | if (!m_pTarget) |
| 131 | return 0; |
| 132 | |
| 133 | const auto MipLevelProps = GetMipLevelProperties(m_pTarget->GetTexture()->GetDesc(), m_pTarget->GetDesc().MostDetailedMip); |
| 134 | return MipLevelProps.Depth; |
| 135 | } |
| 136 | |
| 137 | pxr::HdFormat HnRenderBuffer::GetFormat() const |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected