v1.03 prerelease - Full Linux port of crnlib/crunch, in progress - still more testing to do, and some cmd line options (such as -timestamp) don't work under linux yet, but the core stuff (compression/decompression/transcoding) should work fine and performance under Linux is comparable to Windows. The 3 examples haven't been ported yet.
This commit is contained in:
+10
-10
@@ -5,17 +5,17 @@
|
||||
|
||||
namespace crnlib
|
||||
{
|
||||
const wchar_t* gValueDataTypeStrings[cDTTotal + 1] =
|
||||
const char* gValueDataTypeStrings[cDTTotal + 1] =
|
||||
{
|
||||
L"invalid",
|
||||
L"string",
|
||||
L"bool",
|
||||
L"int",
|
||||
L"uint",
|
||||
L"float",
|
||||
L"vec3f",
|
||||
L"vec3i",
|
||||
|
||||
"invalid",
|
||||
"string",
|
||||
"bool",
|
||||
"int",
|
||||
"uint",
|
||||
"float",
|
||||
"vec3f",
|
||||
"vec3i",
|
||||
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user