Click to Rate and Give Feedback
MSDN
MSDN Library
DirectX SDK
Namespaces
Classes
Device
Properties
 Device.SamplerState Property

  Switch on low bandwidth view
Language: Visual BasicC#C++JScript(Show All)
Device.SamplerState Property (Microsoft.DirectX.Direct3D)

Retrieves a device's sampler states.

Definition

Visual Basic Public ReadOnly Property SamplerState As SamplerStateManagerCollection
C# public SamplerStateManagerCollection SamplerState { get; }
C++ public:
property SamplerStateManagerCollection^ SamplerState {
        SamplerStateManagerCollection^ get();
}
JScript public function get SamplerState() : SamplerStateManagerCollection

Property Value

Microsoft.DirectX.Direct3D.SamplerStateManagerCollection
Returns the SamplerStateManagerCollection object for the device.

This property is read-only. 

Remarks

This method returns the last sampler state that was set for the device, or the default device sampler state, if not previously set, for a device created using CreateFlags.PureDevice.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker