|
Blender V5.0
|
#include "util/types_base.h"Go to the source code of this file.
Classes | |
| struct | int2 |
Functions | |
| ccl_device_inline int2 | make_int2 (const int x, const int y) |
| ccl_device_inline int2 | make_int2 (const int i) |
| ccl_device_inline int2 make_int2 | ( | const int | i | ) |
Definition at line 39 of file types_int2.h.
References ccl_device_inline, and i.
| ccl_device_inline int2 make_int2 | ( | const int | x, |
| const int | y ) |
Definition at line 32 of file types_int2.h.
References ccl_device_inline, x, and y.