Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure to pass DXGI_FORMAT_R8G8B8A8_UNORM to make_simple_2d_uav when the target texture's format is DXGI_FORMAT_R8G8B8A8_TYPELESS. This is what we used to force prior to the GameKit fix for Flutter on Windows which uses a DXGI_FORMAT_B8G8R8A8_UNORM target texture. I'll call out the change that caused this in the comments. Diffs=
- Loading branch information