chromium/gpu/vulkan/vulkan_command_pool.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef GPU_VULKAN_VULKAN_COMMAND_POOL_H_
#define GPU_VULKAN_VULKAN_COMMAND_POOL_H_

#include <vulkan/vulkan_core.h>

#include <memory>

#include "base/component_export.h"
#include "base/memory/raw_ptr.h"

namespace gpu {

class VulkanCommandBuffer;
class VulkanDeviceQueue;

class COMPONENT_EXPORT(VULKAN) VulkanCommandPool {};

}  // namespace gpu

#endif  // GPU_VULKAN_VULKAN_COMMAND_POOL_H_