shakesoda

Results 105 comments of shakesoda

looks like that's the culprit, it worked (using `export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json` on this system): ![image](https://user-images.githubusercontent.com/219510/187009557-020389da-1d4f-4354-b3c6-de7eb5da31b0.png)

Confirmed working on my end, thank you! On Mon, Oct 10, 2022 at 10:14 AM slime73 ***@***.***> wrote: > Should be fixed now in 99ad576 > > > — >...

update: i was able to get a working result with a quick hack by switching `HXCPP_M64` to `HXCPP_ARM64` at `RunMain.hx:243` (doGenerateBindings) seems another path is needed in the generator, i...

yeah, this is one of those horribly sneaky FFI gotchas. they _can_ be freed, however, according to [the docs](http://luajit.org/ext_ffi_api.html#callback)

added the iqm specs with a couple clarifications, i'm sure more would be useful. exm json is still unspecified, don't rely on it being anything specific (it's currently disabled, regardless)

on this note, I'll also need to start coming up with version names.

implemented second uv layer using one of the IQM_CUSTOM arrays for now. active layer will be used as usual for IQM_TEXCOORD and first inactive layer for EXM_TEXCOORD2. in the future...

which version was this? if it wasn't 5.1 (5_1-new branch), please try it, the fullscreen code was updated.