![]() |
![]() |
![]() |
Caps.MaxPrimitiveCount Property |
Language: |
Retrieves the maximum number of primitives for each Device.DrawPrimitives call.
Visual Basic Public ReadOnly Property MaxPrimitiveCount As Integer C# public int MaxPrimitiveCount { get; } C++ public:
property int MaxPrimitiveCount {
int get();
}JScript public function get MaxPrimitiveCount() : int
System.Int32
This property is read-only.
An Int32value that indicates the maximum number of primitives for each Device.DrawPrimitives call.
Note that when Microsoft Direct3D is working with a Microsoft DirectX 6.0 or DirectX 7.0 driver, this field is set to 0xFFFF. This means that not only the number of primitives but also the number of vertices is limited by this value.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center