MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / InvalidateData

Method InvalidateData

src/Nazara/Graphics/InstancedRenderable.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 */
62
63 void InstancedRenderable::InvalidateData(InstanceData* instanceData, UInt32 flags) const
64 {
65 NazaraAssert(instanceData, "Invalid instance data");
66
67 instanceData->flags |= flags;
68 }
69
70 /*!
71 * \brief Updates the bounding volume

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected