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:
authorJacques Lucke <jacques@blender.org>2022-06-18 14:32:46 +0300
committerJacques Lucke <jacques@blender.org>2022-06-18 14:41:08 +0300
commitb8bd304bd45397b8c5a5ce850c4ceb2fdefe4961 (patch)
tree72fba0495a0582f52a51576362a6b09d96dc8d06 /source/blender/makesdna
parent7d030213b259420d176228f6a57af3ccc99d08f8 (diff)
Geometry Nodes: speedup Separate XYZ node
This speeds up the node ~20% in common cases, e.g. when only the X axis is used. The main optimization comes from not writing to memory that's not used afterwards anymore anyway. The "optimal code" for just extracting the x axis in a separate loop was not faster for me. That indicates that the node is bottlenecked by memory bandwidth, which seems reasonable.
Diffstat (limited to 'source/blender/makesdna')
0 files changed, 0 insertions, 0 deletions