RenderCapability.IsShaderEffectSoftwareRenderingSupported Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
IsShaderEffectSoftwareRenderingSupported property is deprecated. Use IsPixelShaderVersionSupportedInSoftware static method instead.
Sistemin yazılımda bit eşlem efektleri işleyip işleyemeyeceğini gösteren bir değer alır.
public:
static property bool IsShaderEffectSoftwareRenderingSupported { bool get(); };
public static bool IsShaderEffectSoftwareRenderingSupported { get; }
[System.Obsolete("IsShaderEffectSoftwareRenderingSupported property is deprecated. Use IsPixelShaderVersionSupportedInSoftware static method instead.")]
public static bool IsShaderEffectSoftwareRenderingSupported { get; }
member this.IsShaderEffectSoftwareRenderingSupported : bool
[<System.Obsolete("IsShaderEffectSoftwareRenderingSupported property is deprecated. Use IsPixelShaderVersionSupportedInSoftware static method instead.")>]
member this.IsShaderEffectSoftwareRenderingSupported : bool
Public Shared ReadOnly Property IsShaderEffectSoftwareRenderingSupported As Boolean
Özellik Değeri
true
sistem yazılımda bit eşlem efektleri işleyebilirse; aksi takdirde , false
.
- Öznitelikler