mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[GPU] Add IsSRGBCapable default case.
This commit is contained in:
parent
c233eabeda
commit
cddfa26bae
1 changed files with 2 additions and 1 deletions
|
|
@ -211,8 +211,9 @@ inline bool IsSRGBCapable(TextureFormat format) {
|
|||
case TextureFormat::k_10_11_11_AS_16_16_16_16:
|
||||
case TextureFormat::k_11_11_10_AS_16_16_16_16:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
inline TextureFormat ColorFormatToTextureFormat(ColorFormat color_format) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue