~mmach/netext73/webkit2gtk

« back to all changes in this revision

Viewing changes to Source/ThirdParty/ANGLE/src/gpu_info_util/SystemInfo_vulkan.h

  • Committer: mmach
  • Date: 2023-06-16 17:21:37 UTC
  • Revision ID: netbit73@gmail.com-20230616172137-2rqx6yr96ga9g3kp
1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// Copyright 2020 The ANGLE Project Authors. All rights reserved.
 
3
// Use of this source code is governed by a BSD-style license that can be
 
4
// found in the LICENSE file.
 
5
//
 
6
 
 
7
// SystemInfo_vulkan.h: Reusable Vulkan implementation for SystemInfo.h
 
8
 
 
9
#ifndef GPU_INFO_UTIL_SYSTEM_INFO_VULKAN_H_
 
10
#define GPU_INFO_UTIL_SYSTEM_INFO_VULKAN_H_
 
11
 
 
12
namespace angle
 
13
{
 
14
 
 
15
struct SystemInfo;
 
16
 
 
17
// Reusable vulkan implementation of GetSystemInfo(). See SystemInfo.h.
 
18
bool GetSystemInfoVulkan(SystemInfo *info);
 
19
 
 
20
}  // namespace angle
 
21
 
 
22
#endif  // GPU_INFO_UTIL_SYSTEM_INFO_VULKAN_H_