You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my WinUI 3 application using AnimatedComputeShaderPanel, the rendered ellipse's size unexpectedly fluctuates when performing actions like opening File Explorer or changing folders. This occurs despite properly adding an AnimatedComputeShaderPanel and configuring the shader, as demonstrated in the following video.
20240508091345.mp4
Resolution
This problem can be resolved by setting the IsDynamicResolutionEnabled property to False.
Sample Code
Here is a sample code demonstrating the issue for reference.
Description
In my WinUI 3 application using
AnimatedComputeShaderPanel
, the rendered ellipse's size unexpectedly fluctuates when performing actions like opening File Explorer or changing folders. This occurs despite properly adding anAnimatedComputeShaderPanel
and configuring the shader, as demonstrated in the following video.20240508091345.mp4
Resolution
This problem can be resolved by setting the
IsDynamicResolutionEnabled
property toFalse
.Sample Code
Here is a sample code demonstrating the issue for reference.
ShaderApp.zip
System info
ComputeSharp.WinUI v2.0.3
from NugetThe text was updated successfully, but these errors were encountered: