|
Blender V4.5
|
#include <types_uint4.h>
Public Member Functions | |
| __forceinline uint | operator[] (uint i) const |
| __forceinline uint & | operator[] (uint i) |
Public Attributes | |
| uint | x |
| uint | y |
| uint | z |
| uint | w |
Definition at line 12 of file types_uint4.h.
|
inline |
Definition at line 22 of file types_uint4.h.
References util_assert, and x.
|
inline |
Definition at line 16 of file types_uint4.h.
References util_assert, and x.
| uint uint4::w |
Definition at line 13 of file types_uint4.h.
Referenced by svm_node_closure_bsdf(), svm_node_map_range(), svm_node_principled_volume(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), svm_node_value_v(), and svm_voronoi_output().
| uint uint4::x |
Definition at line 13 of file types_uint4.h.
Referenced by operator[](), operator[](), svm_node_clamp(), svm_node_closure_bsdf(), svm_node_curve(), svm_node_curves(), svm_node_map_range(), svm_node_normal(), svm_node_principled_volume(), svm_node_rgb_ramp(), svm_node_set_bump(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_magic(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), svm_node_vector_displacement(), and svm_node_vector_math().
| uint uint4::y |
Definition at line 13 of file types_uint4.h.
Referenced by svm_node_clamp(), svm_node_closure_bsdf(), svm_node_combine_hsv(), svm_node_map_range(), svm_node_mix(), svm_node_normal(), svm_node_principled_volume(), svm_node_separate_hsv(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_magic(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), and svm_node_value_v().
| uint uint4::z |
Definition at line 13 of file types_uint4.h.
Referenced by svm_node_closure_bsdf(), svm_node_map_range(), svm_node_mix(), svm_node_normal(), svm_node_principled_volume(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), svm_node_value_v(), and svm_voronoi_output().