mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-01-11 20:10:38 +00:00
move VkInstance extension to vulkan project
This commit is contained in:
parent
f88d1533a8
commit
5200afca02
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
using Silk.NET.Vulkan;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ryujinx.Graphics.RenderDocApi
|
||||
namespace Ryujinx.Graphics.Vulkan
|
||||
{
|
||||
public static partial class Helpers
|
||||
public static class Helpers
|
||||
{
|
||||
extension(Vk api)
|
||||
{
|
||||
Loading…
Reference in a new issue