mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-28 13:46:27 -05:00
Add capability for BGRA formats (#3011)
This commit is contained in:
@@ -61,6 +61,11 @@ namespace Ryujinx.Graphics.Shader
|
||||
return 16;
|
||||
}
|
||||
|
||||
bool QueryHostSupportsBgraFormat()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool QueryHostSupportsFragmentShaderInterlock()
|
||||
{
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user