simon place

Results 53 issues of simon place

save and load, results is changed heights.

maybe during upgrade of graphic. ![screenshot from 2015-01-22 22 34 50](https://cloud.githubusercontent.com/assets/1234848/5867004/f41f0bb0-a28e-11e4-8068-66bea6c5dc4f.png)

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. ![screenshot from 2015-01-24 23 39 36](https://cloud.githubusercontent.com/assets/1234848/5889500/80e10e24-a422-11e4-826d-38a7c2074acb.png)

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...

bug

``` # 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,...