From 12a7298474834a9454e86302e188ba55d5b70c44 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Fri, 31 May 2019 22:31:10 +0300 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 672d969..243d5f9 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,6 @@ https://github.com/g-truc/glm **cglm** supports both *ARRAY API* and *STRUCT API*, so you can return structs if you you struct api (`glms_`). -Since almost all types are arrays and **C** doesn't allow returning arrays, so **cglm** doesn't support this feature. In the future *cglm* may use **struct** for some types for this purpose. - #### Other APIs like Vulkan, Metal, Dx? Currently *cglm* uses default clip space configuration (-1, 1) for camera functions (perspective, extract corners...), in the future other clip space configurations will be supported