Contributing Vulkan Samples
April 13, 2017 ยท View on GitHub
Contributions to the Vulkan Samples Kit effort are encouraged!
General Requirements
- All contributions MUST have an Apache-style license.
Procedure for Contributing
- contact LunarG for access to the VulkanSamplesKit repository
- clone the VulkanSamplesKit repository
- create a new branch for your work
- add contributions to your new branch
- ensure the requirements in src/README.md are met and the branch builds
- submit a pull/merge request for your branch