From e1bf674c16e3c8472b29574159c789cd3f0c64e0 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Fri, 24 Feb 2017 09:32:20 -0800 Subject: Updating to blast_source-windows@1.0.347-21749006 and blast_tools_and_samples-windows@1.0.347-21749006 with a new directory structure. NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this. --- docs/api_docs/files/pageconverter.html | 62 ++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 docs/api_docs/files/pageconverter.html (limited to 'docs/api_docs/files/pageconverter.html') diff --git a/docs/api_docs/files/pageconverter.html b/docs/api_docs/files/pageconverter.html new file mode 100644 index 0000000..18ac0a3 --- /dev/null +++ b/docs/api_docs/files/pageconverter.html @@ -0,0 +1,62 @@ + + + NVIDIA(R) Blast(R) SDK 1.0 API Reference: DataConverter + + + + + + + +
+

DataConverter

+
+USAGE:
+
+   DataConverter  -i <infile> -o <outfile> [-v <outversion>] [--]
+                         [--version] [-h]
+
+Where:
+
+   -i <infile>,  --infile <infile>
+     (required)  Input binary file.
+
+   -o <outfile>,  --outfile <outfile>
+     (required)  Output binary file.
+
+   -v <outversion>,  --outversion <outversion>
+     Output binary block version. Pass -1 or ignore this parameter to
+     convert to latest version.
+
+   --,  --ignore_rest
+     Ignores the rest of the labeled arguments following this flag.
+
+   --version
+     Displays version information and exits.
+
+   -h,  --help
+     Displays usage information and exits.
+
+

+Blast™ low-level and Tk libraries will only load data in the most current format. If your data is in an older format, you may use the Data Format Conversion Extension (NvBlastExtConverterLL) API to convert to the current format.

+DataConverter.exe is a utility to convert Blast™ data from an older format into the current format. The data must be stored in a binary-format file with filename given as the <infile> parameter. It uses the Data Format Conversion Extension (NvBlastExtConverterLL) API to perform the conversion.

+Currently, DataConverter only works on the low-level data formats for an asset (NvBlastAsset) and family (NvBlastFamily). The .blast files used by SampleAssetViewer (see Samples) may be converted using this tool.

+
+

+ + + + -- cgit v1.2.3