Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.MaxSimultaneousTextures Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the maximum number of textures that can simultaneously be bound to the texture-blending stages.

Definition

Visual Basic .NET Public ReadOnly Property MaxSimultaneousTextures As Integer
C# public int MaxSimultaneousTextures { get; }
Managed C++ public: __property int get_MaxSimultaneousTextures();
JScript .NET public function get MaxSimultaneousTextures() : int

Property Value

System.Int32 . An Int32 Leave Site value that indicates the maximum number of textures that can simultaneously be bound to the texture-blending stages.

This property is read-only. 

Remarks

This value is the number of textures that can be used in a single pass. If the same texture is used in two blending stages, it counts as two when compared to the MaxSimultaneousTextures value. In the programmable pipeline, the value indicates the number of texture/sampler registers supported by pixel shaders on this particular piece of hardware, as well as the number of texture-declaration instructions that can be present.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center