depth_clip_enable is not supported on Metal backend.
multisample_enable, antialiased_line_enable and conservative_raster_enabled are D3D12-specific APIs that are not supported on Vulkan and Metal and they are actually never used. Remove them from RHI API.
depth_clip_enable
is not supported on Metal backend.multisample_enable
,antialiased_line_enable
andconservative_raster_enabled
are D3D12-specific APIs that are not supported on Vulkan and Metal and they are actually never used. Remove them from RHI API.