Class VertexCacheSizeConfig
Configuration for the ImproveCacheLocality step that specifies the size of the post-transform vertex cache. The size is given in number of vertices and the default value is VertexCacheSizeConfigDefaultValue.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class VertexCacheSizeConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceVertexCacheSizeConfig(int)
Constructs a new VertexCacheSizeConfig.
Declaration
public VertexCacheSizeConfig(int vertexCacheSize)
Parameters
Type | Name | Description |
---|---|---|
int | vertexCacheSize | Size of the post-transform vertex cache, in number of vertices. |
Properties
| Edit this page View SourceVertexCacheSizeConfigDefaultValue
Gets the defined default vertex cache size, this corresponds to the PP_ICL_PTCACHE_SIZE.
Declaration
public static int VertexCacheSizeConfigDefaultValue { get; }
Property Value
Type | Description |
---|---|
int |
VertexCacheSizeConfigName
Gets the string name used by VertexCacheConfig.
Declaration
public static string VertexCacheSizeConfigName { get; }
Property Value
Type | Description |
---|---|
string |