mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-22 07:37:05 +00:00
Shader: skip initialization of all clip distances on macOS.
This commit is contained in:
parent
39f55b2af3
commit
af7d4c586c
6 changed files with 22 additions and 3 deletions
|
|
@ -202,6 +202,15 @@ namespace Ryujinx.Graphics.Shader
|
|||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Queries host about the presence of the clip distance initialization bug.
|
||||
/// </summary>
|
||||
/// <returns>True if the bug is present on the host device used, false otherwise</returns>
|
||||
bool QueryHostHasClipDistanceInitBug()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Queries host storage buffer alignment required.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue