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