DescriptorSetAllocation.h: Add missing include
Bug: Change-Id: Iff2c62a83f479a85407c3cce8dba2b3376d6ab57 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/20861 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
dbec2fa2f6
commit
a8337c378e
|
@ -15,6 +15,8 @@
|
||||||
#ifndef DAWNNATIVE_VULKAN_DESCRIPTORSETALLOCATION_H_
|
#ifndef DAWNNATIVE_VULKAN_DESCRIPTORSETALLOCATION_H_
|
||||||
#define DAWNNATIVE_VULKAN_DESCRIPTORSETALLOCATION_H_
|
#define DAWNNATIVE_VULKAN_DESCRIPTORSETALLOCATION_H_
|
||||||
|
|
||||||
|
#include "common/vulkan_platform.h"
|
||||||
|
|
||||||
namespace dawn_native { namespace vulkan {
|
namespace dawn_native { namespace vulkan {
|
||||||
|
|
||||||
// Contains a descriptor set along with data necessary to track its allocation.
|
// Contains a descriptor set along with data necessary to track its allocation.
|
||||||
|
|
Loading…
Reference in New Issue