Class ShaderEffect
Inheritance
System.Object
ShaderEffect
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.dll
[NotImplemented]
public abstract class ShaderEffect : Effect
Constructors
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected ShaderEffect()
Fields
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected static readonly DependencyProperty PixelShaderProperty
Field Value
Properties
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected double PaddingBottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected PixelShader PixelShader { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected static PropertyChangedCallback PixelShaderConstantCallback(int register)
Parameters
Type |
Name |
Description |
System.Int32 |
register |
|
Returns
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected static DependencyProperty RegisterPixelShaderSamplerProperty(string dpName, Type ownerType, int samplerRegisterIndex)
Parameters
Type |
Name |
Description |
System.String |
dpName |
|
System.Type |
ownerType |
|
System.Int32 |
samplerRegisterIndex |
|
Returns
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected static DependencyProperty RegisterPixelShaderSamplerProperty(string dpName, Type ownerType, int samplerRegisterIndex, SamplingMode samplingMode)
Parameters
Type |
Name |
Description |
System.String |
dpName |
|
System.Type |
ownerType |
|
System.Int32 |
samplerRegisterIndex |
|
SamplingMode |
samplingMode |
|
Returns
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected void UpdateShaderValue(DependencyProperty dp)
Parameters
Extension Methods