ShaderEffect.RegisterPixelShaderSamplerProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使相依性內容與著色器取樣器暫存器產生關聯。
多載
RegisterPixelShaderSamplerProperty(String, Type, Int32) |
使相依性內容與著色器取樣器暫存器產生關聯。 |
RegisterPixelShaderSamplerProperty(String, Type, Int32, SamplingMode) |
使相依性屬性與著色器取樣器暫存器和 SamplingMode 產生關聯。 |
RegisterPixelShaderSamplerProperty(String, Type, Int32)
使相依性內容與著色器取樣器暫存器產生關聯。
protected:
static System::Windows::DependencyProperty ^ RegisterPixelShaderSamplerProperty(System::String ^ dpName, Type ^ ownerType, int samplerRegisterIndex);
protected static System.Windows.DependencyProperty RegisterPixelShaderSamplerProperty (string dpName, Type ownerType, int samplerRegisterIndex);
static member RegisterPixelShaderSamplerProperty : string * Type * int -> System.Windows.DependencyProperty
Protected Shared Function RegisterPixelShaderSamplerProperty (dpName As String, ownerType As Type, samplerRegisterIndex As Integer) As DependencyProperty
參數
- dpName
- String
相依性屬性的名稱。
- ownerType
- Type
具有相依性屬性之效果的類型。
- samplerRegisterIndex
- Int32
與相依性屬性相關聯之著色器取樣器的索引。
傳回
與 samplerRegisterIndex
所指定之著色器取樣器相關聯的相依性內容。
另請參閱
適用於
RegisterPixelShaderSamplerProperty(String, Type, Int32, SamplingMode)
使相依性屬性與著色器取樣器暫存器和 SamplingMode 產生關聯。
protected:
static System::Windows::DependencyProperty ^ RegisterPixelShaderSamplerProperty(System::String ^ dpName, Type ^ ownerType, int samplerRegisterIndex, System::Windows::Media::Effects::SamplingMode samplingMode);
protected static System.Windows.DependencyProperty RegisterPixelShaderSamplerProperty (string dpName, Type ownerType, int samplerRegisterIndex, System.Windows.Media.Effects.SamplingMode samplingMode);
static member RegisterPixelShaderSamplerProperty : string * Type * int * System.Windows.Media.Effects.SamplingMode -> System.Windows.DependencyProperty
Protected Shared Function RegisterPixelShaderSamplerProperty (dpName As String, ownerType As Type, samplerRegisterIndex As Integer, samplingMode As SamplingMode) As DependencyProperty
參數
- dpName
- String
相依性屬性的名稱。
- ownerType
- Type
具有相依性屬性之效果的類型。
- samplerRegisterIndex
- Int32
與相依性屬性相關聯之著色器取樣器的索引。
- samplingMode
- SamplingMode
著色器取樣器的 SamplingMode。
傳回
與 samplerRegisterIndex
所指定之著色器取樣器相關聯的相依性內容。