Registry / other / vulkan-go-vulkan

vulkan-go-vulkan

JSON →
library0.0.0-20221209234627-c0a353ae26c8gogounverified

Package vulkan provides Go bindings for vulkan.h.

go get github.com/vulkan-go/vulkan
INSTALL
IMPORT
SIG · VULKAN-GO-VULKAN
V
vulkan-go-vulkan
othergov0.0.0-20221209234627-c0a353ae26c8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vulkan
github.com/vulkan-go/vulkan

Initialize the Vulkan API

package main import ( "fmt" "github.com/vulkan-go/vulkan" ) func main() { vulkan.SetDefaultGetProcAddr() vulkan.Init() fmt.Println("Vulkan initialized") }
Debug
Known issues
gotchaRequires the Vulkan SDK and loader to be installed on the system.
fix
Install Vulkan SDK from https://vulkan.lunarg.com/
affects: *
Upgrade
Version history
0.0.0-20221209234627-c0a353ae26c8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
vulkan-go-vulkan — go get vulkan-go-vulkan · libregistry