1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00
JUCE/modules/juce_core
Tom Poole 3dd812052e macOS/iOS: Add a Metal layer renderer
This restores the functionality of JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS.
Using this preprocessor flag may avoid Core Graphics rendering much larger regions than
necessary, but the small regions that are rendered will likely be rendered slower.
Whether using this flag improves or degrades the performance of your rendering overall
will be specific to each application.

Previously enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS was ineffective
from versions of macOS around 10.13, but enabling it didn't have any negative impact on
performance. Now enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS may result
in slower rendering.
2022-04-04 12:36:33 +01:00
..
containers Update copyright banners 2022-04-04 12:36:32 +01:00
files Update copyright banners 2022-04-04 12:36:32 +01:00
javascript Update copyright banners 2022-04-04 12:36:32 +01:00
logging Update copyright banners 2022-04-04 12:36:32 +01:00
maths Update copyright banners 2022-04-04 12:36:32 +01:00
memory Update copyright banners 2022-04-04 12:36:32 +01:00
misc Update copyright banners 2022-04-04 12:36:32 +01:00
native macOS/iOS: Add a Metal layer renderer 2022-04-04 12:36:33 +01:00
network Update copyright banners 2022-04-04 12:36:32 +01:00
streams Update copyright banners 2022-04-04 12:36:32 +01:00
system macOS/iOS: Add a Metal layer renderer 2022-04-04 12:36:33 +01:00
text Update copyright banners 2022-04-04 12:36:32 +01:00
threads Update copyright banners 2022-04-04 12:36:32 +01:00
time Update copyright banners 2022-04-04 12:36:32 +01:00
unit_tests Update copyright banners 2022-04-04 12:36:32 +01:00
xml Update copyright banners 2022-04-04 12:36:32 +01:00
zip Update copyright banners 2022-04-04 12:36:32 +01:00
juce_core.cpp Update copyright banners 2022-04-04 12:36:32 +01:00
juce_core.h Update copyright banners 2022-04-04 12:36:32 +01:00
juce_core.mm Update copyright banners 2022-04-04 12:36:32 +01:00