Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount' (#5603)

This commit is contained in:
David Chavez
2022-08-22 22:56:10 +02:00
committed by ocornut
parent d357e8504b
commit 21b5fac57a
2 changed files with 3 additions and 1 deletions

View File

@ -84,6 +84,7 @@ Other Changes:
to use the Item Picker in e.g. menus. (#2673)
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
- Backends: Metal: Add dispatch synchronization. (#5447) [@luigifcruz]
- Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount'. (#5603) [@dcvz]
- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack]