ConstantTable.GetSamplerIndex Method |
Language: |
Retrieves the sampler index.
Visual Basic .NET Public Function GetSamplerIndex( _
ByVal constant As EffectHandle _
) As IntegerC# public int GetSamplerIndex(
EffectHandle constant
);Managed C++ public: int GetSamplerIndex(
EffectHandle *constant
);JScript .NET public function GetSamplerIndex(
constant : EffectHandle
) : int;
constant Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle object that represents the unique identifier for the sampler whose index is to be retrieved.
System.Int32 . The sampler index number from the constant table.
Feedback? Please provide us with your comments on this topic.