Luke Street

Results 51 comments of Luke Street

Thanks, I create my Vulkan instance externally, so I missed that. Since there doesn't appear to be an existing way to check supported extensions when building SDL_Vulkan_GetInstanceExtensions, I simply replaced...

MWCC has no problem inserting several `blr`s regardless of version, I was wrong. But this hack would still be useful for cases like the above. I found that asm-differ requires...

I built on top of this PR and added muxing with a wide mdat size (>4GB) + conditionally choosing stco/co64 based on output size: https://github.com/encounter/joy4/commit/ece6b19d41c786022afa727bee359185a71d44a7 I can submit as a...

Here's a Dockerfile snippet similar to the above that autodetects architecture and Debian codename, and doesn't require manual dependency installation: ```dockerfile RUN WK_VERSION=0.12.6-1 \ && ARCH=$(dpkg --print-architecture) \ && CODENAME=$(....

No longer occurs in `new-cmodel` branch.

Fixed in 70b15c19a966b5c2a97ceba03a07bb7a909c661d

Should be fixed in 279ad54264c420f16583fa7a9c1e73ef959f802d

Deep color option is removed in `new-cmodel`.

Leaving it open until new-cmodel is merged & CI is set up for iOS.