mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 23:27:11 +02:00
Add capability for BGRA formats (#3011)
This commit is contained in:
parent
5b82f656c2
commit
4c4bd46cc3
5 changed files with 17 additions and 1 deletions
|
@ -61,6 +61,11 @@ namespace Ryujinx.Graphics.Shader
|
|||
return 16;
|
||||
}
|
||||
|
||||
bool QueryHostSupportsBgraFormat()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool QueryHostSupportsFragmentShaderInterlock()
|
||||
{
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue