Share via


VertexCache.CacheSize Property (Microsoft.DirectX.Direct3D)

Retrieves the cache size, which is used as a target for optimization.

Definition

Visual Basic Public ReadOnly Property CacheSize As Integer
C# public int CacheSize { get; }
C++ public:
property int CacheSize {
        int get();
}
JScript public function get CacheSize() : int

Property Value

System.Int32
Cache size for which to optimize.

This property is read-only. 

Remarks

The cache size is required only if OptimizationMethod is set to 1.