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
When I run any example - I'll use core-triangle for instance - resizing the window does not resize the "canvas", so it just stretches and squishes everything. Not sure if this is a Wayland issue or Vulkan issue.
image:
The text was updated successfully, but these errors were encountered:
i think this is just because the vertex shader for this example is outputting the vertices straight to Normalized Device Coordinates, which are just drawn to the window. the coordinates go from -1 to 1 so when the window is stretched the triangle remains in the same proportion
When I run any example - I'll use
core-triangle
for instance - resizing the window does not resize the "canvas", so it just stretches and squishes everything. Not sure if this is a Wayland issue or Vulkan issue.image:
The text was updated successfully, but these errors were encountered: