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:
authorBrecht Van Lommel <brecht@blender.org>2021-10-17 21:09:45 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-10-18 20:02:10 +0300
commitfc4b1fede385687acb2cf7f82591aa43097110a9 (patch)
tree66e633e53090d54416fe1ca6c28b406d84b4590a /intern/cycles/kernel/svm/svm_light_path.h
parent1df3b51988852fa8ee6b530a64aa23346db9acd4 (diff)
Cleanup: consistently use uint32_t for path flag
Diffstat (limited to 'intern/cycles/kernel/svm/svm_light_path.h')
-rw-r--r--intern/cycles/kernel/svm/svm_light_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/svm/svm_light_path.h b/intern/cycles/kernel/svm/svm_light_path.h
index 955a1f23379..c61ace9757a 100644
--- a/intern/cycles/kernel/svm/svm_light_path.h
+++ b/intern/cycles/kernel/svm/svm_light_path.h
@@ -25,7 +25,7 @@ ccl_device_noinline void svm_node_light_path(KernelGlobals kg,
ccl_private float *stack,
uint type,
uint out_offset,
- int path_flag)
+ uint32_t path_flag)
{
float info = 0.0f;