cohtml.IGlobalBackdropFilter
Inherits from IDisposable
Inherited by cohtml.GlobalBackdropBlurFilter
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| void | Resize(float width, float height) Updates the internal data structures and buffer sizes of the filter to match the specified view dimensions. This must be called whenever the target view is resized. |
| void | ApplyGlobalBackdropFilter() Executes the global backdrop filter effect for the current frame. Implementations of this method are responsible for capturing the background, applying the desired visual effect, and outputting the result to the appropriate render target or UI element. |
Public Functions Documentation
Section titled “Public Functions Documentation”function Resize
Section titled “function Resize”void Resize( float width, float height)Updates the internal data structures and buffer sizes of the filter to match the specified view dimensions. This must be called whenever the target view is resized.
Parameters:
- width The new width of the view.
- height The new height of the view.
Reimplemented by: cohtml.GlobalBackdropBlurFilter.Resize
function ApplyGlobalBackdropFilter
Section titled “function ApplyGlobalBackdropFilter”void ApplyGlobalBackdropFilter()Executes the global backdrop filter effect for the current frame. Implementations of this method are responsible for capturing the background, applying the desired visual effect, and outputting the result to the appropriate render target or UI element.
Reimplemented by: cohtml.GlobalBackdropBlurFilter.ApplyGlobalBackdropFilter
© 2026 Coherent Labs. All rights reserved.