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
で指定されるシェーダー サンプラーに関連付けられた依存関係プロパティ。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET