GS:MTL: Clip control is supported

(Well technically, it's not but the default value is the one we want)
This commit is contained in:
TellowKrinkle 2023-02-25 20:27:30 -06:00 committed by lightningterror
parent 1a1eb30e60
commit 1d145dd48a
1 changed files with 1 additions and 0 deletions

View File

@ -741,6 +741,7 @@ bool GSDeviceMTL::Create()
m_features.bptc_textures = true;
m_features.framebuffer_fetch = m_dev.features.framebuffer_fetch;
m_features.dual_source_blend = true;
m_features.clip_control = true;
m_features.stencil_buffer = true;
m_features.cas_sharpening = true;