Blender  V3.3
Static Public Attributes | List of all members
blender::fn::CustomMF_presets::Simple Struct Reference

#include <FN_multi_function_builder.hh>

Static Public Attributes

static constexpr bool use_devirtualization = false
 
static constexpr FallbackMode fallback_mode = FallbackMode::Simple
 

Detailed Description

The "naive" method for executing a #CustomMF. Every element is processed separately and input values are retrieved from the virtual arrays one by one. This generates the least amount of code, but is also the slowest method.

Definition at line 40 of file FN_multi_function_builder.hh.

Member Data Documentation

◆ fallback_mode

constexpr FallbackMode blender::fn::CustomMF_presets::Simple::fallback_mode = FallbackMode::Simple
staticconstexpr

Definition at line 42 of file FN_multi_function_builder.hh.

◆ use_devirtualization

constexpr bool blender::fn::CustomMF_presets::Simple::use_devirtualization = false
staticconstexpr

Definition at line 41 of file FN_multi_function_builder.hh.


The documentation for this struct was generated from the following file: