Roman Shapiro
Roman Shapiro
I've added the option to Sichem to produce safe code and tested it out on stb_truetype. And it worked! New safe version of StbSharp is here: https://github.com/rds1983/StbSharp/tree/master/StbSharpSafe I've also added...
There's platform agnostic version of Myra that could be used with KNI: https://github.com/rds1983/Myra/wiki/Using-platform-agnostic-version-of-Myra
btw, is there anywhere an article that lists differences between KNI and MonoGame?
thanks @spacechase0 !
As far as I understand, cosmonaut made DLL API for libdav1d. In other words, porting it to C# would require porting the whole libdav1d code. Which would require a lot...
Replacing int4 with float4 didnt help. But the problem goes away if I lower amount of OtherTransforms to 32.
It isn't capped. TextureCollection has 192 entries on my gpu(3060 ti).
True. I use DesktoPGL, which has no limits. I agree that 16 is good number. Hence it's in the PR.