-
Notifications
You must be signed in to change notification settings - Fork 58
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 check for BGRA before assuming we can do typed UAV loads. Also handle BGRA_TYPELESS. Diffs= c88898459 Better support for BGRA in D3D (#8022) 930b61bc7 Revert test run on changes to master bf121f507 Bye bye rive_common (#8007) Co-authored-by: rivessamr <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bdd2e9bfdccb09db3cfea5aca30d926053fc1491 | ||
c8889845926d385f0649271fe6e2c37d6461c052 |
Submodule rive-runtime
updated
3 files
+1 −1 | .rive_head | |
+38 −36 | renderer/src/d3d/render_context_d3d_impl.cpp | |
+11 −7 | src/shapes/mesh.cpp |