Blender V4.3
types_float2_impl.h File Reference

Go to the source code of this file.

Functions

ccl_device_inline float2 make_float2 (float x, float y)
ccl_device_inline void print_float2 (ccl_private const char *label, const float2 a)

Function Documentation

◆ make_float2()

ccl_device_inline float2 make_float2 ( float x,
float y )

Definition at line 30 of file types_float2_impl.h.

References ccl_device_inline, x, and y.

◆ print_float2()

ccl_device_inline void print_float2 ( ccl_private const char * label,
const float2 a )

Definition at line 37 of file types_float2_impl.h.

References ccl_device_inline, ccl_private, printf, float2::x, and float2::y.