From 7f669cec7c812a366eedaf0cdfe09d6a5bad84af Mon Sep 17 00:00:00 2001 From: Miles Macklin Date: Wed, 5 Jul 2017 12:59:25 +1200 Subject: Flex 1.2 (beta 2) --- include/NvFlex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/NvFlex.h b/include/NvFlex.h index 8189489..f5a50ac 100644 --- a/include/NvFlex.h +++ b/include/NvFlex.h @@ -751,7 +751,7 @@ NV_FLEX_API void NvFlexDestroyTriangleMesh(NvFlexLibrary* lib, NvFlexTriangleMes * * @param[in] lib The library instance to use * @param[in] mesh A triangle mesh created with NvFlexCreateTriangleMesh() - * @param[in] vertices Pointer to a buffer of float3 vertex positions + * @param[in] vertices Pointer to a buffer of float4 vertex positions * @param[in] indices Pointer to a buffer of triangle indices, should be length numTriangles*3 * @param[in] numVertices The number of vertices in the vertices array * @param[in] numTriangles The number of triangles in the mesh -- cgit v1.2.3