Blender V5.0
types_int2.h File Reference
#include "util/types_base.h"

Go to the source code of this file.

Classes

struct  int2

Functions

ccl_device_inline int2 make_int2 (const int x, const int y)
ccl_device_inline int2 make_int2 (const int i)

Function Documentation

◆ make_int2() [1/2]

ccl_device_inline int2 make_int2 ( const int i)

Definition at line 39 of file types_int2.h.

References ccl_device_inline, and i.

◆ make_int2() [2/2]

ccl_device_inline int2 make_int2 ( const int x,
const int y )

Definition at line 32 of file types_int2.h.

References ccl_device_inline, x, and y.