Skip to content

Commit

Permalink
Remove the Queue from Metal PLS
Browse files Browse the repository at this point in the history
Always require the client to supply and commit their own external command buffer.

Diffs=
e0e55a59e Remove the Queue from Metal PLS (#6852)

Co-authored-by: Chris Dalton <[email protected]>
  • Loading branch information
csmartdalton and csmartdalton committed Mar 15, 2024
1 parent f21904e commit dcd45e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
337f9df1c04ace751fe16ed2b014477155d9cbfc
e0e55a59eebeb44596d3dfdb669d85e7f656532d
2 changes: 2 additions & 0 deletions build/rive_build_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ end

filter({ 'system:windows', 'options:toolset=msc' })
do
defines({ '_CRT_SECURE_NO_WARNINGS' })

-- We currently suppress several warnings for the MSVC build, some serious. Once this build
-- is fully integrated into GitHub actions, we will definitely want to address these.
disablewarnings({
Expand Down

0 comments on commit dcd45e1

Please sign in to comment.