'DeclarationPublic Delegate Function CustomSmoothingFunctionDelegate( _ ByRef Offset As OpenTK.Mathematics.Vector2, _ ByVal Mode As FilterMode, _ Optional ByVal SmoothingSize As Integer _ ) As OpenTK.Mathematics.Vector4()
'UsageDim instance As New CustomSmoothingFunctionDelegate(AddressOf HandlerMethod)
public delegate OpenTK.Mathematics.Vector4[] CustomSmoothingFunctionDelegate( out OpenTK.Mathematics.Vector2 Offset, FilterMode Mode, int SmoothingSize )
public delegate OpenTK.Mathematics.array<Vector4>^ CustomSmoothingFunctionDelegate( [Out] OpenTK.Mathematics.Vector2 Offset, FilterMode Mode, int SmoothingSize )
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