This commit is contained in:
stossy11 2024-11-23 09:53:24 +11:00
parent 2ba59b2ce9
commit 437f7f8c04
438 changed files with 95102 additions and 32 deletions

View file

@ -130,6 +130,7 @@ namespace Ryujinx.Graphics.Vulkan
{
Console.WriteLine($"Buffer Handle: {info.ImageView.Handle}");
}
Console.WriteLine($"BaseBinding: {baseBinding}, Type: {type}, ImageInfo Length: {imageInfo.Length}");
fixed (DescriptorImageInfo* pImageInfo = imageInfo)