diff options
Diffstat (limited to 'docs/_source/ext_pxserialization.txt')
| -rw-r--r-- | docs/_source/ext_pxserialization.txt | 6 |
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> */ |