|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| ccl_device_inline float2 | make_float2 (float x, float y) |
| ccl_device_inline void | print_float2 (ccl_private const char *label, const float2 a) |
| ccl_device_inline float2 make_float2 | ( | float | x, |
| float | y ) |
Definition at line 30 of file types_float2_impl.h.
References x.
| ccl_device_inline void print_float2 | ( | ccl_private const char * | label, |
| const float2 | a ) |
Definition at line 37 of file types_float2_impl.h.