Created
February 12, 2016 13:23
-
-
Save bitnenfer/32582c2bbd45d990e379 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mat4 m0; | |
mat4 m1; | |
sse_mat4_add(m0.sse_data, m1.sse_data, m0.sse_data); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment