pezcode

Results 41 comments of pezcode
trafficstars

> Any updates on this? No updates on fixing it, but I can give you a bit of background πŸ˜ƒ Maybe someone else is bored and feels like tackling this....

Re: 2. I think a sensible implementation would still expose the default queue, but maybe put any found dedicated queues at the front of the list. E.g. requesting: 1. `GRAPHICS...

Awesome, thanks for putting in the time to work on this πŸ™ I'm busy with something else currently, but I'll check this out and report back over the weekend.

Just took a look at your additions, and they're great. πŸ‘Œ I think that the dedicated queue stuff could use some changes, however. Currently it assumes anything but the first...

Might be a similar issue to https://github.com/bkaradzic/bgfx/issues/2410 (which is fixed btw, that issue should be closed)

The easiest fix would be to use the existing `m_numSides`, that would also work for layered cube maps, i.e. 6*N

CI failures seem to be related to Vulkan header stuff, most likely(?) unrelated to the output encoding.

> Loook here: #4206 . Seems to be the same issue. The bug I was seeing was fixed with https://github.com/assimp/assimp/commit/052594568a93de24453c97b30f7e762e25b2bc2b, so most likely identical to https://github.com/assimp/assimp/issues/4221. I'd close this issue,...

I'm afraid I can't reproduce anything related to that. At first I figured the assets/fonts folder maybe went missing, but the code you quoted loads the default imgui font from...

Thanks for the fast reply ☺️ I think finding an approach that works for everything is hard. In our case we do need support for updating multiple ranges. There are...