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
Hello, how are you? I need to render images, I receive the following parameters from an external dll
ReadOnlySpan data, int width, int height, int pitch
with this information i need to create an image and render it on the screen at 60fps, i'm currently using win2d and canvasAnimateControl but there is no hardware acceleration which has been causing a lot of crashes, is there a possibility to do this with your project? if so how could i create the image with this information i get?
The text was updated successfully, but these errors were encountered:
Hello, how are you? I need to render images, I receive the following parameters from an external dll
ReadOnlySpan data, int width, int height, int pitch
with this information i need to create an image and render it on the screen at 60fps, i'm currently using win2d and canvasAnimateControl but there is no hardware acceleration which has been causing a lot of crashes, is there a possibility to do this with your project? if so how could i create the image with this information i get?
The text was updated successfully, but these errors were encountered: