Replies: 1 comment 2 replies
-
Hi @Ashvith10, mat4 matrix;
vec4 vec, test;
glm_mat4_mul(matrix, vec, test); this would be C version (assuming matrix and vec are initialized) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to follow the Vulkan tutorial in C++. I am substituting GLM with CGLM. There is this particular syntax:
How should I go about dealing with this in C?
Added the link to tutorial: https://vulkan-tutorial.com/Development_environment#page_Setting-up-a-makefile-project
Beta Was this translation helpful? Give feedback.
All reactions