diff options
| author | Miles Macklin <[email protected]> | 2017-07-05 12:59:25 +1200 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2017-07-05 12:59:25 +1200 |
| commit | 7f669cec7c812a366eedaf0cdfe09d6a5bad84af (patch) | |
| tree | 5744216f9f88788c88f07a69ad11a43d232c95f9 /include/NvFlex.h | |
| parent | 1.2.0.beta.1 (diff) | |
| download | flex-7f669cec7c812a366eedaf0cdfe09d6a5bad84af.tar.xz flex-7f669cec7c812a366eedaf0cdfe09d6a5bad84af.zip | |
Flex 1.2 (beta 2)
Diffstat (limited to 'include/NvFlex.h')
| -rw-r--r-- | include/NvFlex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |