robmikh
robmikh
After finding out about some behavior around surfaces in apps that do work in the background (single process background audio is a key one), some sort of resource management is...
Some documentation should be added, along with some beefier comments for use with IntelliSense.
A sample app would go a long way to show people how to use CompositionImageLoader now that it has gained new features.
The application should either end the current recording or properly recover from losing the D3D device.
Similar to [robmikh/SolitaireRT](https://github.com/robmikh/SolitaireRT), it would be nice to be able to start the game with a given seed. This would make testing much easier and open the possibility to automated...
A test harness that links against msweepcore and uses [Windows.Graphics.Capture](https://docs.microsoft.com/en-us/uwp/api/windows.graphics.capture.graphicscaptureitem.createfromvisual?view=winrt-18362) to test the output would be nice. No window required!
The [robmikh/giffun](https://github.com/robmikh/giffun) project has a much better cli, and uses a hotkey to start/stop recording. It would be nice to have that here.
Here are some features added in 26100 that need to be added to Win32CaptureSample. I may decide that some of these should have their own demos instead of being integrated...
Currently SDK version 26100 isn't installed on GitHub's Windows runners. Blocked on https://github.com/actions/runner-images/issues/10012 SDK can be installed from here: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
**Describe the bug** When setting the position of a window, the following assert is hit in imgui: ``` Assertion failed: cond == 0 || ImIsPowerOfTwo(cond), file C:\Users\person\.cargo\registry\src\index.crates.io-6f17d22bba15001f\imgui-sys-0.12.0\./third-party/imgui-master/imgui/imgui.cpp, line 7287 error:...