An open API service indexing awesome lists of open source software.

https://github.com/googlesamples/vulkan-basic-samples


https://github.com/googlesamples/vulkan-basic-samples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Contributing Vulkan Samples
Contributions to the Vulkan Samples Kit effort are encouraged!

## General Requirements
- All contributions MUST have an Apache-style license.

## Procedure for Contributing
0. contact LunarG for access to the VulkanSamplesKit repository
1. clone the VulkanSamplesKit repository
2. create a new branch for your work
3. add contributions to your new branch
4. ensure the requirements in src/README.md are met and the branch builds
5. submit a pull/merge request for your branch