Skip to content

Commit

Permalink
Fix Unity crash.
Browse files Browse the repository at this point in the history
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
luigi-rosso committed May 30, 2024
1 parent bf9a622 commit 1ee0c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cb3bcc76a7c21932c5bea5fca8a52c5f1d21e1be
13410e662550cd7ffd9c568d3880c3325f953314

0 comments on commit 1ee0c5f

Please sign in to comment.