Blender V5.0
types_uchar4.h File Reference
#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)

Function Documentation

◆ make_uchar4()

ccl_device_inline uchar4 make_uchar4 ( const uchar x,
const uchar y,
uchar z,
const uchar w )

Definition at line 32 of file types_uchar4.h.

References ccl_device_inline, w(), x, y, and z().

◆ operator==()

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.