Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.89 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.89 KB

Vulkan back-end for Gorgonia

GoDoc GitHub version Go with Vulkan codecov Go Report Card experimental

This project is in the early development stage.

Licence

This package can be used under the same license as the main Gorgonia package:
https://github.com/gorgonia/gorgonia#licence

Dependencies

Package Used For Vitality Notes Licence
vulkan-go/vulkan Making calls to Vulkan Vital MIT
google/swiftshader Testing Vulkan in Github Actions without GPU Only used for testing. A computer or server with GPU can also be used Apache-2.0

Various Other Copyright Notices

These are the packages and libraries which inspired and were adapted from in the process of writing this package:

Source How it's Used Licence
Vulkan Kompute Used as a reference for Vulkan code.
The Swiftshader docker image used in the CI pipeline is based on one of its docker images.
Apache-2.0