Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/util/util_types_float2.h')
-rw-r--r--intern/cycles/util/util_types_float2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_types_float2.h b/intern/cycles/util/util_types_float2.h
index 877ea7c9a3b..ec7a1f717a1 100644
--- a/intern/cycles/util/util_types_float2.h
+++ b/intern/cycles/util/util_types_float2.h
@@ -32,6 +32,7 @@ struct float2 {
};
ccl_device_inline float2 make_float2(float x, float y);
+ccl_device_inline void print_float2(const char *label, const float2& a);
#endif /* __KERNEL_GPU__ */
CCL_NAMESPACE_END