Files
obs-studio/libobs
jp9000 c8dfce886b libobs: Fix warnings assigning values to vec3
Because a vec3 structure can contain a __m128 variable and not the
expected three floats x, y, and z, you must use vec3_set when
setting a value for a vec3 structure to ensure that it uses the proper
intrinsics internally if necessary.
2014-11-27 00:07:49 -08:00
..
2014-10-03 20:18:01 +02:00
2014-11-27 00:07:48 -08:00
2014-11-03 14:18:30 -08:00
2014-10-01 15:32:49 +02:00
2014-10-23 11:38:51 -07:00
2014-02-12 08:04:50 -07:00
2014-11-26 20:07:26 +01:00