Ryujinx/src/Ryujinx.Graphics.Vulkan/Effects
gdkchan eb8132b627
Change image format view handling to allow view incompatible formats (#7311)
* Allow creating texture aliases on texture pool

* Delete old image format override code

* New format incompatible alias

* Missing bounds check

* GetForBinding now takes FormatInfo

* Make FormatInfo struct more compact
2024-09-17 15:52:30 -03:00
..
Shaders Add area sampling scaler to allow for super-sampled anti-aliasing. (#7304) 2024-09-17 15:30:50 -03:00
Textures Move solution and projects to src 2023-04-27 23:51:14 +02:00
AreaScalingFilter.cs Add area sampling scaler to allow for super-sampled anti-aliasing. (#7304) 2024-09-17 15:30:50 -03:00
FsrScalingFilter.cs Change image format view handling to allow view incompatible formats (#7311) 2024-09-17 15:52:30 -03:00
FxaaPostProcessingEffect.cs Change image format view handling to allow view incompatible formats (#7311) 2024-09-17 15:52:30 -03:00
IPostProcessingEffect.cs [Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378) 2023-07-01 12:31:42 +02:00
IScalingFilter.cs [Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378) 2023-07-01 12:31:42 +02:00
SmaaConstants.cs [Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378) 2023-07-01 12:31:42 +02:00
SmaaPostProcessingEffect.cs Change image format view handling to allow view incompatible formats (#7311) 2024-09-17 15:52:30 -03:00