Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.Graphics.Vulkan/BufferAllocationType.cs
Normal file
12
src/Ryujinx.Graphics.Vulkan/BufferAllocationType.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Vulkan
|
||||
{
|
||||
internal enum BufferAllocationType
|
||||
{
|
||||
Auto = 0,
|
||||
|
||||
HostMappedNoCache,
|
||||
HostMapped,
|
||||
DeviceLocal,
|
||||
DeviceLocalMapped
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user