mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 02:39:11 +00:00
Slab-allocate Metal bind groups
Bug: dawn:340 Change-Id: I6185e41d9c71c49953a4de91e5f3042968679fd6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/15862 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
0338b7ae19
commit
459c2f930f
@@ -38,7 +38,7 @@
|
||||
namespace dawn_native { namespace null {
|
||||
|
||||
class Adapter;
|
||||
using BindGroup = BindGroupBase;
|
||||
using BindGroup = BindGroupBaseOwnBindingData;
|
||||
using BindGroupLayout = BindGroupLayoutBase;
|
||||
class Buffer;
|
||||
class CommandBuffer;
|
||||
|
||||
Reference in New Issue
Block a user