From d243404d4ba88bcf53f7310cc8980b4efe38c19f Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Mon, 1 Apr 2019 14:21:09 +0200 Subject: 1.1.6 Release. --- NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'NvCloth/extensions/include/NvClothExt') diff --git a/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h b/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h index f2dada0..e01d72d 100644 --- a/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h +++ b/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h @@ -194,6 +194,7 @@ public: /** \brief Returns the fabric descriptor to create the fabric. */ virtual ClothFabricDesc getDescriptor() const = 0; + /** \brief Saves the fabric data to a platform and version dependent stream. */ virtual void save(physx::PxOutputStream& stream, bool platformMismatch) const = 0; }; -- cgit v1.2.3