1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Direct2D: Use Image NativeExtensions to avoid dynamic casts in graphics context

This commit is contained in:
reuk 2025-01-15 16:42:57 +00:00
parent 9b08c8fd51
commit d3ca5961e7
No known key found for this signature in database
33 changed files with 252 additions and 105 deletions

View file

@ -95,6 +95,8 @@
#pragma comment(lib, "dxguid.lib")
#endif
#include "native/juce_Direct2DPixelDataPage_windows.h"
#elif JUCE_IOS
#import <QuartzCore/QuartzCore.h>
#import <CoreText/CoreText.h>