From 807ee3e7426cc889b236b8935a828a40b2262d33 Mon Sep 17 00:00:00 2001 From: csmartdalton Date: Tue, 10 Oct 2023 18:36:27 +0000 Subject: [PATCH] Add a Vulkan implementation to the WebGPU renderer Use nonstandard WebGPU APIS to access VK_EXT_rasterization_order_attachment_access, Vulkan input attachments, and subpassLoad(). Update the shaders with Vulkan-flavored GLSL to support these features. Diffs= --- .rive_renderer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rive_renderer b/.rive_renderer index d414cf20..ff5c666d 100644 --- a/.rive_renderer +++ b/.rive_renderer @@ -1 +1 @@ -cd2acf7763d53681991b732b7de4737cf88731d8 +9104efd47835d559c1f685129e8c1224afae39f3