Blender V4.3
types_uint3_impl.h File Reference

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)
 

Function Documentation

◆ make_packed_uint3()

ccl_device_inline packed_uint3 make_packed_uint3 ( uint x,
uint y,
uint z )

Definition at line 46 of file types_uint3_impl.h.

References x, y, and z().

Referenced by Mesh::pack_verts().

◆ make_uint3()

ccl_device_inline uint3 make_uint3 ( uint x,
uint y,
uint z )

Definition at line 40 of file types_uint3_impl.h.

References x, y, and z().

Referenced by packed_uint3::operator uint3().