Amer Koleci

Results 117 comments of Amer Koleci

Why didn't use ktx library and make sure you load basisu compressed textures? I recently switched to my C based GPU library https://github.com/amerkoleci/vgpu and will add texture loading there. In...

> For inspiration fot the Window back-end: https://github.com/roy-t/MiniEngine3/tree/main/src/Backend/Mini.Engine.Windows. Also good to know about the Microsoft.Windows.CsWin32 source generator, I want to get rid of my own native method imports completely in...

> For inspiration fot the Window back-end: https://github.com/roy-t/MiniEngine3/tree/main/src/Backend/Mini.Engine.Windows. Also good to know about the Microsoft.Windows.CsWin32 source generator, I want to get rid of my own native method imports completely in...

This has nothing to do from Vortice side, the issue is in your project where you use Vortice.Mathematics, seams that your using nullable Color4 and WinRT AOT cannot manage to...

Not sure, you have to give me more info, how it is used etc :)

Can you confirm if it still happens with 1.5.15? I've tried and there are no stack overflows.

Not sure what is causing this issue, I don't have any update nuget issues, but I would suggest to always use the same version in all dependencies.

@andrew-boyarshin any thoughts? I'll debug it tomorrow morning, can you share small repro case?

Probably when creating custom effects with types I can keep a Dictionary with Type and Instance and make sure it doesn't get destroyed by native code. Let me see what...

Maybe I can keep track of custom effects being created, similar like IDirectWrite: https://github.com/amerkoleci/Vortice.Windows/blob/main/src/Vortice.Direct2D1/DirectWrite/IDWriteFactory.cs#L8 Just need to find some time and setup example where I can test this behavior.