aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/compactbinary.cpp
diff options
context:
space:
mode:
authorDevin Doucette <[email protected]>2026-03-18 08:14:07 -0600
committerGitHub Enterprise <[email protected]>2026-03-18 08:14:07 -0600
commitee40d3387465b96058d33ed4d0e41d91a4ee1327 (patch)
tree59361054b26ab9402abefdbc23d00fd61b4523ae /src/zencore/compactbinary.cpp
parentworkaround for change in xmake behaviour around download file naming (#858) (diff)
downloadzen-ee40d3387465b96058d33ed4d0e41d91a4ee1327.tar.xz
zen-ee40d3387465b96058d33ed4d0e41d91a4ee1327.zip
Add natvis for Compact Binary (#860)
Add natvis for Compact Binary Includes natvis for DateTime, TimeSpan, IoHash, Guid, Oid. Based on UE CL 51830581.
Diffstat (limited to 'src/zencore/compactbinary.cpp')
-rw-r--r--src/zencore/compactbinary.cpp29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/zencore/compactbinary.cpp b/src/zencore/compactbinary.cpp
index 9c81305d0..f2c46c2bc 100644
--- a/src/zencore/compactbinary.cpp
+++ b/src/zencore/compactbinary.cpp
@@ -1752,4 +1752,33 @@ TEST_SUITE_END();
#endif
+///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+namespace CompactBinaryPrivate {
+
+ ZEN_NOINLINE void ReferenceDebugTypes(DebugCb*,
+ DebugCbObject*,
+ DebugCbUniformObject*,
+ DebugCbArray*,
+ DebugCbUniformArray*,
+ DebugCbBinary*,
+ DebugCbString*,
+ DebugCbIntegerPositive*,
+ DebugCbIntegerNegative*,
+ DebugCbFloat32*,
+ DebugCbFloat64*,
+ DebugCbObjectAttachment*,
+ DebugCbBinaryAttachment*,
+ DebugCbHash*,
+ DebugCbUuid*,
+ DebugCbDateTime*,
+ DebugCbTimeSpan*,
+ DebugCbObjectId*,
+ DebugCbCustomById*,
+ DebugCbCustomByName*)
+ {
+ }
+
+} // namespace CompactBinaryPrivate
+
} // namespace zen