Jasper Bekkers

Results 127 comments of Jasper Bekkers

I think the call to `CloseHandle` is incorrect since we're creating a session shared mutex and CreateMutexA returns the shared mutex if it already exists: From https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-createmutexa > If the...

@repi Nope, we just started doing much less frequent callstack tracing instead 🙈

@MarijnS95 I had just disabled our intensive callstack recording to work around it since it was mostly a debug-only feature anyway. It's still there.

Surely though; they should still arrive properly?

Both this and #352 share the same repro case btw.

Just encountered this too, so +1'ing :-)

Since this is marked as `waiting on review` @retep998, is there anything we can do to help review this? We'd love to use these changes in production. Potentially @DBouma and...

I've had a similar use-case actually to @thorjelly, and I ended up copying out a bunch of the import code just to be able to load images through stb (similar...

spirv_headers don't follow semantic versioning so breakage like this is sort-of unavoidable without some changes to the policy of this project :-( We've run into this before with #117

For reference - required_capabilities and required_extensions got moved into `Operand` instead because there can be multiple capabilties or extensions required.