goki / vgpu

Vulkan GPU Framework for Graphics and Compute in Go, now developed at https://github.com/cogentcore/core/tree/main/gpu
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

Version 1.0.25 causes panic on old MacBooks due to use of ShaderInt64 #3

Closed kkoreilly closed 1 year ago

kkoreilly commented 1 year ago

Physical Device Feature 41 (ShaderInt64) is not available on old MacBooks (mine is from early 2016). The use of it causes a panic with vulkan error: feature not present.

gedw99 commented 1 year ago

Ah same here on my 2013 macbook :)

rcoreilly commented 1 year ago

v1.0.27 just released includes full PhysicalDeviceFeatures options support (see CPUOpts in opts.go) and ShaderInt64 is no longer enabled by default.