p.Chaos.AABBTransform.ISPC
p.Chaos.AABBTransform.ISPC
#Overview
name: p.Chaos.AABBTransform.ISPC
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to use ISPC optimizations when computing AABB transforms
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/AABB.cpp:19
Scope: file
Source code excerpt:
#else
static bool bChaos_AABBTransform_ISPC_Enabled = CHAOS_AABB_TRANSFORM_ISPC_ENABLED_DEFAULT;
static FAutoConsoleVariableRef CVarChaosAABBTransformISPCEnabled(TEXT("p.Chaos.AABBTransform.ISPC"), bChaos_AABBTransform_ISPC_Enabled, TEXT("Whether to use ISPC optimizations when computing AABB transforms"));
#endif
static bool bChaos_AABBTransform_Optimized = false;
static FAutoConsoleVariableRef CVarChaosAABBTransformOptimized(TEXT("p.Chaos.AABBTransform.Optimized"), bChaos_AABBTransform_Optimized, TEXT("Whether to use optimized AABB transform"));
namespace Chaos