mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 17:10:19 +00:00
11 lines
144 B
C#
11 lines
144 B
C#
namespace Ryujinx.Graphics.Vulkan
|
|
{
|
|
enum Vendor
|
|
{
|
|
Amd,
|
|
Intel,
|
|
Nvidia,
|
|
Qualcomm,
|
|
Unknown
|
|
}
|
|
}
|