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

Method HnBuffer

Hydrogent/src/HnBuffer.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34
35HnBuffer::HnBuffer(const pxr::SdfPath& Id, IBuffer* pBuffer) :
36 pxr::HdBprim{Id},
37 m_pBuffer{pBuffer}
38{
39}
40
41HnBuffer::~HnBuffer()
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected