1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/Projucer/Builds/VisualStudio2019
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
..
icon.ico Update the JUCE logo 2021-08-23 11:00:36 +01:00
Projucer.sln Resave projects 2021-11-19 16:35:22 +00:00
Projucer_App.vcxproj macOS/iOS: Add a Metal layer renderer 2022-04-04 12:36:33 +01:00
Projucer_App.vcxproj.filters macOS/iOS: Add a Metal layer renderer 2022-04-04 12:36:33 +01:00
resources.rc Resave all projects 2022-02-28 12:59:09 +00:00