Searched refs:attachPoint (Results 1 – 2 of 2) sorted by relevance
85 for (auto& attachPoint : m_attachPoints) { in FramebufferData() local86 attachPoint.target = stream->getBe32(); in FramebufferData()87 attachPoint.name = stream->getBe32(); in FramebufferData()88 attachPoint.objType = (NamedObjectType)stream->getBe32(); in FramebufferData()90 attachPoint.owned = stream->getByte(); in FramebufferData()109 for (auto& attachPoint : m_attachPoints) { in onSave() local110 stream->putBe32(attachPoint.target); in onSave()111 stream->putBe32(attachPoint.name); in onSave()113 if (attachPoint.obj) { in onSave()115 attachPoint.obj->getDataType())); in onSave()[all …]
117 struct attachPoint { struct