vulkan-go / vulkan

Vulkan API bindings for Go programming language
MIT License
742 stars 55 forks source link

Provide Stuffs needed cube to run on wayland linux #65

Closed neurlang closed 1 year ago

neurlang commented 1 year ago

sets the VK_USE_PLATFORM_WAYLAND_KHR build flag using go build -tags wayland

NilPipeline, NilPipelineCache aren't needed

xlab commented 1 year ago

Good job! 🔥