p.Chaos.TriangleMesh.ISPC
p.Chaos.TriangleMesh.ISPC
#Overview
name: p.Chaos.TriangleMesh.ISPC
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to use ISPC optimizations in triangle mesh calculations
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/TriangleMesh.cpp:33
Scope: file
Source code excerpt:
#else
static bool bChaos_TriangleMesh_ISPC_Enabled = CHAOS_TRIANGLE_MESH_ISPC_ENABLED_DEFAULT;
static FAutoConsoleVariableRef CVarChaosTriangleMeshISPCEnabled(TEXT("p.Chaos.TriangleMesh.ISPC"), bChaos_TriangleMesh_ISPC_Enabled, TEXT("Whether to use ISPC optimizations in triangle mesh calculations"));
#endif
namespace Chaos
{
template<typename T>
struct TTriangleMeshBvEntry