mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
1a1eb30e60
commit
1d145dd48a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue