mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +00:00
Fix 64 to 32 bit narrowing in dawn/common
Bug: dawn:1377 Change-Id: I25981cf18dc768cc0b6d4f6a6463b4dc169ca6c1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87672 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
|
||||
#include "dawn/common/SlabAllocator.h"
|
||||
#include "dawn/native/BindGroupLayout.h"
|
||||
#include "dawn/native/opengl/BindGroupGL.h"
|
||||
|
||||
namespace dawn::native::opengl {
|
||||
|
||||
class BindGroup;
|
||||
class Device;
|
||||
|
||||
class BindGroupLayout final : public BindGroupLayoutBase {
|
||||
|
||||
Reference in New Issue
Block a user