MCPcopy Create free account
hub / github.com/baldurk/renderdoc / setObjects

Method setObjects

qrenderdoc/Code/QRDUtils.cpp:3649–3654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3647}
3648
3649void StructuredDataItemModel::setObjects(const rdcarray<SDObject *> &objs)
3650{
3651 emit beginResetModel();
3652 m_Objects = objs;
3653 emit endResetModel();
3654}
3655
3656// on 64-bit we've got plenty of bits so we can pack the indices into top/bottom 32-bits.
3657// on 32-bit we assume there won't be any huge arrays or we'll run out of memory elsewhere probably,

Callers 2

InspectMethod · 0.80
OnCaptureClosedMethod · 0.80

Calls

no outgoing calls

Tested by 2

InspectMethod · 0.64
OnCaptureClosedMethod · 0.64