|
Blender V5.0
|
#include "util/types_base.h"Go to the source code of this file.
Classes | |
| struct | uchar4 |
Functions | |
| ccl_device_inline uchar4 | make_uchar4 (const uchar x, const uchar y, uchar z, const uchar w) |
| ccl_device_inline bool | operator== (const uchar4 a, const uchar4 b) |
Definition at line 32 of file types_uchar4.h.
References ccl_device_inline, w(), x, y, and z().
| ccl_device_inline bool operator== | ( | const uchar4 | a, |
| const uchar4 | b ) |
Definition at line 38 of file types_uchar4.h.
References b, ccl_device_inline, uchar4::w, uchar4::x, uchar4::y, and uchar4::z.