simon place
simon place
FWIW i added; ``` var ChromeGenericController = function(raw, into, index) { into.leftStickX = raw.axes[0]; into.leftStickY = raw.axes[1]; into.rightStickX = raw.axes[3]; into.rightStickY = raw.axes[2]; into.faceButton0 = raw.buttons[0]; into.faceButton1 = raw.buttons[1]; into.faceButton2...
when i put a char inside red box in the above test (and alternate it with a space) i get this.....(see videos) to me seems to be related, one char...
also going invisible/visible, for underwater, one square to early.
if you pause and then play, the money etc. appears.
could be, but there are multiple save/load issues, and what i had occurs randomly but not permanently. however since i posted 10 issues 4 months ago, and this is the...
> deviceCreate requires swapchain, my vulkan setup doesn't have it, so this errors. actually vulkaninfo (the CLI) shows it does, i did wonder, vulkaninfo (the example) says, when fixed, that...
> in fact; about half the device extensions aren't being reported. after the latest update to [vulkan](https://vulkan.lunarg.com/doc/sdk/1.2.162.0/linux/release_notes.html) (solus) all extensions produced by this are now agreeing with vulkaninfo. which is...
Thanks, i submitted the issue hoping the auto-generator had this ability. i originally thought about doing this with some go code myself, could go back to that, since now i...
after some thought, and checking... khronos only do the spec., no software, their product is the spec., and its open source, but the documentation of the spec. is copyrighted, it...
well confusingly and inconsistently AFAIKT the main site, and full spec. page, say no redistribution, but the individual function webpages, claiming to have been extracted from the full spec., are...