| 5749 | } |
| 5750 | |
| 5751 | void VmaStringBuilder::AddPointer(const void* ptr) |
| 5752 | { |
| 5753 | char buf[21]; |
| 5754 | VmaPtrToStr(buf, sizeof(buf), ptr); |
| 5755 | Add(buf); |
| 5756 | } |
| 5757 | #endif //_VMA_STRING_BUILDER_FUNCTIONS |
| 5758 | #endif // _VMA_STRING_BUILDER |
| 5759 |
no test coverage detected