GrahamAsher

Results 6 issues of GrahamAsher

I got this warning several times in the debugger console when using the iOS build of MetalANGLE on my iPhone 11: [Metal Compiler Warning] Warning: Compilation succeeded with: program_source:59:12: warning:...

**When using GLKit one has to use the native scale** (the property UIScreen.main.nativeScale in Swift) and not the ordinary scale (UIScreen.main.scale) to avoid the view being cropped on iPhones when...

I noticed in the ne_10m_admin_0_countries_gbr data that borders of countries in Africa are stored anticlockwise but those in Europe are clockwise. This should be fixed so that import tools and...

Part of the border of Botswana with Namibia is defined by the 20th meridian East. In Natural Earth 10m data (e.g., ne_10m_admin_0_countries_gbr, downloaded today, 16th Dec 2022) the border is...

I and one of my clients have found it impossible to use the 'capture view hierarchy' option in Xcode when running a debug version of an app using MetalAngle. The...

The current system for creating and using classes outside the main cpp2 file is to write a file with the extension `.h2` containing the classes that are needed, then put...

bug