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

Support compilation to 32-bit targets #7

Closed kkoreilly closed 1 year ago

kkoreilly commented 1 year ago

In order to achieve this, the IsNil and SetNil functions must be instead of direct comparisons to nil across the code.

kkoreilly commented 1 year ago

Actually, the vulkan package already provides null values that we can compare to.

kkoreilly commented 1 year ago

Fixed.