TextureStateManager Members

Contains texture states for the device.

The following tables list the members exposed by the TextureStateManager type.

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework AddressU Retrieves or sets the texture-address mode for the u-coordinate.
Public property Supported by the .NET Compact Framework AddressV Retrieves or sets the texture-address mode for the v-coordinate.
Public property Supported by the .NET Compact Framework AddressW Retrieves or sets the texture-address mode for the w-coordinate.
Public property Supported by the .NET Compact Framework AlphaArgument0 Defines settings for the alpha channel selector operand for triadic (multiply, add, and linear interpolation) operations identified by the TextureArgument enumeration.
Public property Supported by the .NET Compact Framework AlphaArgument1 Defines the texture-stage state as the first alpha argument for the stage identified by the TextureArgument enumeration.
Public property Supported by the .NET Compact Framework AlphaArgument2 Defines the texture-stage state as the second alpha argument for the stage identified by the TextureArgument enumeration.
Public property Supported by the .NET Compact Framework AlphaOperation Defines the texture-stage state as a texture alpha-blending operation identified by the TextureOperation enumeration.
Public property Supported by the .NET Compact Framework BorderColor Retrieves or sets the border color.
Public property Supported by the .NET Compact Framework ColorArgument0 Defines settings for the third color operand for triadic (multiply, add, and linear interpolation) operations identified by the TextureArgument enumeration.
Public property Supported by the .NET Compact Framework ColorArgument1 Defines the texture-stage state as the first color argument for the stage identified by the TextureArgument enumeration.
Public property Supported by the .NET Compact Framework ColorArgument2 Defines the texture-stage state as the second color argument for the stage identified by the TextureArgument enumeration.
Public property Supported by the .NET Compact Framework ColorOperation Defines the texture-stage state as a texture color-blending operation identified by the TextureOperation enumeration.
Public property Supported by the .NET Compact Framework MagFilter Retrieves or sets a magnification filter.
Public property Supported by the .NET Compact Framework MaxAnisotropy Retrieves or sets the maximum anisotropy.
Public property Supported by the .NET Compact Framework MaxMipLevel Retrieves or sets the level of detail (LOD) index of the largest map to use.
Public property Supported by the .NET Compact Framework MinFilter Retrieves or sets a minification filter.
Public property Supported by the .NET Compact Framework MipFilter Retrieves or sets a mipmap filter to use during minification.
Public property Supported by the .NET Compact Framework MipMapLevelOfDetailBias Retrieves or sets the mipmap level of detail (LOD) bias.
Public property Supported by the .NET Compact Framework ResultArgument Selects the destination register for the result of the current stage identified by TextureArgument.
Public property Supported by the .NET Compact Framework TextureCoordinateIndex Defines the index of the texture coordinate set to use with the current texture stage.
Public property Supported by the .NET Compact Framework TextureTransform Controls the transformation of texture coordinates for the current texture stage.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

TextureStateManager Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Mobile Direct3D Programming