Clones the other buffer data The other buffer to clone.
| 99 | /// </summary> |
| 100 | /// <param name="other">The other buffer to clone.</param> |
| 101 | void Clone(const ModelInstanceEntries* other) |
| 102 | { |
| 103 | *this = *other; |
| 104 | } |
| 105 | |
| 106 | /// <summary> |
| 107 | /// Releases the buffer data. |
no outgoing calls
no test coverage detected