Caps.TextureOperationCaps Property (Microsoft.DirectX.Direct3D)
Retrieves a structure that describes supported texture operations.
Definition
Visual Basic Public ReadOnly Property TextureOperationCaps As TextureOperationCaps C# public TextureOperationCaps TextureOperationCaps { get; } C++ public:
property TextureOperationCaps TextureOperationCaps {
TextureOperationCaps get();
}JScript public function get TextureOperationCaps() : TextureOperationCaps
Property Value
Microsoft.DirectX.Direct3D.TextureOperationCaps
A TextureOperationCaps structure that describes the supported texture operations.This property is read-only.