aboutsummaryrefslogtreecommitdiff
path: root/test/src/utils/TestAssets.h
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-10-24 15:25:02 -0700
committerBryan Galdrikian <[email protected]>2017-10-24 15:25:02 -0700
commitb0c11962f6012430da3bcaa2727288046b33d648 (patch)
treecf13338fa4fd7072badf64f751f94abeeb437003 /test/src/utils/TestAssets.h
parentlinux build fix - all configs (diff)
downloadblast-b0c11962f6012430da3bcaa2727288046b33d648.tar.xz
blast-b0c11962f6012430da3bcaa2727288046b33d648.zip
Changes for 1.1.1
See README.md
Diffstat (limited to 'test/src/utils/TestAssets.h')
-rw-r--r--test/src/utils/TestAssets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/utils/TestAssets.h b/test/src/utils/TestAssets.h
index 5fd7741..6d034bc 100644
--- a/test/src/utils/TestAssets.h
+++ b/test/src/utils/TestAssets.h
@@ -65,4 +65,6 @@ inline uint32_t getAssetDescMissingCoverageCount()
void generateCube(GeneratorAsset& cubeAsset, NvBlastAssetDesc& assetDesc, size_t maxDepth, size_t width,
int32_t supportDepth = -1, CubeAssetGenerator::BondFlags bondFlags = CubeAssetGenerator::ALL_INTERNAL_BONDS);
+void generateRandomCube(GeneratorAsset& cubeAsset, NvBlastAssetDesc& assetDesc, uint32_t minChunkCount, uint32_t maxChunkCount);
+
#endif // #ifdef TESTASSETS_H