simon place
simon place
save and load, results is changed heights.
maybe during upgrade of graphic. 
or people etc, and when you try to add track, which you can't afford, where a tree is, you get just the tree shadow. 
on investigating seems to be three issues in play (see below code extract) deviceCreate requires swapchain, my vulkan setup doesn't have it, so this errors. but swapchain doesn't actually seem...
example ``` // Flags type as declared in https://www.khronos.org/registry/vulkan/specs/1.0/man/html/VkFlags.html type Flags uint32 ``` seems to me a couple of issues with providing documentation as links to documentation. 1. in the...
config files. "go get" makes an executable in a different dir to the config files, so you need to combine or use the command line option to specify the configs...
``` # github.com/vulkan-go/demos/vulkancube/vulkancube_sdl2 ./main.go:33:31: cannot use surfPtr (type unsafe.Pointer) as type uintptr in argument to vulkan.SurfaceFromPointer Tue 1 Dec 18:29:30 GMT 2020 ``` fixed by adding type conversion... surf :=...
i get this... ```` fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x0] runtime stack: runtime.throw(0x52b296, 0x2a) /usr/lib64/golang/src/runtime/panic.go:774 +0x72 runtime.sigpanic() /usr/lib64/golang/src/runtime/signal_unix.go:378 +0x47c runtime.asmcgocall(0xc000080400, 0x0) /usr/lib64/golang/src/runtime/asm_amd64.s:659...
i'm using 200% zoom, might only be in this mode, not tested at 100%
Strs func claims to work with go strings,(non null-terminated) but doesn't add x00, and shadersource requires them, if length not specified. opengl doc for ShaderSource ``` If length is NULL,...