diff options
Diffstat (limited to 'NvCloth/extensions/include/NvClothExt')
| -rw-r--r-- | NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |