impworks / corund

2D game engine for mobile devices in C#.
MIT License
17 stars 1 forks source link

Screen resize in UWP #15

Closed impworks closed 2 years ago

impworks commented 6 years ago

When using a shader in UWP, the object is now rendered in window-space, contrary to all other objects being rendered in frame-space:

image

image

impworks commented 2 years ago

Fixed for all platforms.