ISDL3PostProcessEffect.SetDimensions(int, int) Method
Definition¶
Namespace: Brine2D.Rendering.SDL.PostProcessing
Update the effect's internal render dimensions (e.g. on window resize).
void SetDimensions(int width, int height);
Parameters¶
width System.Int32
height System.Int32