Dylan Perks
Dylan Perks
I've decided to just fix this, originally this was to avoid breaking old compilers that didn't know about `ref readonly` (as the ABI for this would appear as `ref` for...
It's worth noting a more complete example of using Silk.NET with Skia is available in Trains.NET: https://github.com/davidwengier/Trains.NET/blob/main/src/SilkTrains/Program.cs
This looks like a Skia bug, but failing that this is a bug report against strictly experimental code (assume that everything in src/Lab is broken). This code is probably a...
You can create a PR if you’d like, but do note that we do not maintain any code in src/Lab so it’s probably all broken. If you omit that parameter,...
Is your window even using EGL? This seems odd and I can understand it failing on that.
- Do we intend to ever drop ABI compatibility? - Look at ecosystem adoption and decide on an ongoing basis. - Define the scope of ABI compatibility for 2.X in...
@curin would it be possible to merge pretty pls (can't approve own PR)
This is mostly my concern, `EndingsNotToTrim` was intended to provide the "do the data type trimming, but prevent these special cases from being trimmed". If the new code is no...
Oh... lol. Ok yeah maybe this is the appropriate fix.
Yeah I agree. Maybe we should integrate the words in `EndingsNotToTrim` into `EndingsToTrim` to make sure we don't run into another spot of bother in the future.