Karl Bergström

Results 68 comments of Karl Bergström

Usually a global error callback works well

I think I'll remove SerdeImportable from the project and move it into a separate crate since I feel like it's a bit out of scope.

It would also be nice to progress the LoadState state machine multiple times per frame to reduce loading latency. Maybe run the process function until the state doesn't change?

Glad to hear! Sounds like we have similar goals here. I'm not working on an implementation for this right now, so if anyone wants to do this, go ahead!

That's great @allen-marshall ! It would be great if we can ensure that certain characteristics are maintained: - Write transactions don't block read transactions or vice versa - Transactions read...

I'm OK with omitting DUP_SORT, I don't find it very useful personally. @repi ?

I think the problem here is that the FileAssetSource only consumes "dirty file events" from the FileTracker. These events are only produced when a file has changed its contents. So...

I did some more work on this as per the commit above, but I noticed that in order to trigger a reimport when an importer is newly registered where previously...

Probably relevant for @happenslol in the implementation of error states in the metadata. When changing the metadata state format, we should try to accommodate both the error state and the...

> @jaynus Javelin will happen anyway due to unrelated reasons and backed by gfx-rs. They have certain needs that spirv-cross does not satisfy or is unwilling to satisfy so there...