aboutsummaryrefslogtreecommitdiff
path: root/docs/_source/ext_pxserialization.txt
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-08 20:14:22 +0300
committerAnton Novoselov <[email protected]>2017-08-08 20:14:22 +0300
commitd41654b469fa51870b5952c836c04d9da17f32d3 (patch)
tree64f8f437eef394630355f281d35ca1d53e5c4d6c /docs/_source/ext_pxserialization.txt
parentadd +x for packman script (diff)
downloadblast-d41654b469fa51870b5952c836c04d9da17f32d3.tar.xz
blast-d41654b469fa51870b5952c836c04d9da17f32d3.zip
Updated to CL 22627414:
* docs updates * authoring fixes * stress solver crash fixes
Diffstat (limited to 'docs/_source/ext_pxserialization.txt')
-rw-r--r--docs/_source/ext_pxserialization.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_source/ext_pxserialization.txt b/docs/_source/ext_pxserialization.txt
index 21761fb..a8f4ea0 100644
--- a/docs/_source/ext_pxserialization.txt
+++ b/docs/_source/ext_pxserialization.txt
@@ -4,7 +4,7 @@ This extension contains serializers which can be loaded into the ExtSerializatio
To use this extension, you must also load the ExtSerialization extension and create a serialization manager as described in \ref pageextserialization.
-We repeat this here (again, assuming we're in the Nv::Blast namespace):
+We repeat this here (again, assuming we are in the Nv::Blast namespace):
\code
ExtSerialization* ser = NvBlastExtSerializationCreate();
@@ -39,10 +39,10 @@ uint64_t size = ser->serializeIntoBuffer(buffer, asset, ExtPxObjectTypeID::Asset
or use the wrapper function defined in <b>NvBlastExtPxSerialization.h</b>:
-/code
+\code
void* buffer;
uint64_t size = NvBlastExtSerializationSerializeExtPxAssetIntoBuffer(buffer, *ser, asset);
-/endcode
+\endcode
<br>
*/