neurlang
neurlang
Same problem here, MemoryTypeBits is not filled ``` func GetBufferMemoryRequirements(device Device, buffer Buffer, pMemoryRequirements *MemoryRequirements) { cdevice, _ := *(*C.VkDevice)(unsafe.Pointer(&device)), cgoAllocsUnknown cbuffer, _ := *(*C.VkBuffer)(unsafe.Pointer(&buffer)), cgoAllocsUnknown cpMemoryRequirements, _ := pMemoryRequirements.PassRef()...
I think it is a more general problem, same at the end of GetPhysicalDeviceSurfaceFormats() ``` + for i := range pSurfaceFormats { + pSurfaceFormats[i].Format = Format(pSurfaceFormats[i].refedaf82ca.format) + pSurfaceFormats[i].ColorSpace = ColorSpace(pSurfaceFormats[i].refedaf82ca.colorSpace)...
Czech is understandable.
I think that the check to see if the last character is 0 is pretty cheap. That way, adding null termination on this package side could be done any day...
I got it working on my fork
caused by this issue: https://github.com/gorgonia/cu/issues/66

fixed colors, fixed popup menu (overlays) to appear (in the wrong corner for now) what doesn't work: - key repeat 
what works: - can access debug mode and tree mode 
Yeah, definitely it can be merged (when mature). My fork of the mustard package can be added to your mustard package to be activated the build tag wayland. We did...