CustomSmoothingFunctionDelegate Delegate
In This Topic
Customer Defined Smoothing function for DX rendering
Syntax
'Declaration
Public Delegate Function CustomSmoothingFunctionDelegate( _
ByRef As SharpDX.Vector2, _
ByVal As FilterMode, _
Optional ByVal As System.Integer _
) As SharpDX.Vector4()
public delegate SharpDX.Vector4[] CustomSmoothingFunctionDelegate(
out SharpDX.Vector2 ,
FilterMode ,
System.int
)
Parameters
- Offset
- Pixel Offset
- Mode
- Filter Mode needs to be set to
- SmoothingSize
- Size of the Vector4 Subresource for DX smoothing buffer, default value is 256
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also