setResolution(width, height)
Set the resolution uniforms on the filter.
Parameters
Name | Type | Description |
---|---|---|
width | number | The width of the display. |
height | number | The height of the display. |
- Source code: core/Filter.js (Line 112)
setResolution(width, height)
Set the resolution uniforms on the filter.
Name | Type | Description |
---|---|---|
width | number | The width of the display. |
height | number | The height of the display. |
Please login to continue.