|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| ccl_device_inline uint3 | make_uint3 (uint x, uint y, uint z) |
| ccl_device_inline packed_uint3 | make_packed_uint3 (uint x, uint y, uint z) |
| ccl_device_inline packed_uint3 make_packed_uint3 | ( | uint | x, |
| uint | y, | ||
| uint | z ) |
Definition at line 46 of file types_uint3_impl.h.
Referenced by Mesh::pack_verts().
| ccl_device_inline uint3 make_uint3 | ( | uint | x, |
| uint | y, | ||
| uint | z ) |
Definition at line 40 of file types_uint3_impl.h.
Referenced by packed_uint3::operator uint3().