https://github.com/googlesamples/vulkan-basic-samples
https://github.com/googlesamples/vulkan-basic-samples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlesamples/vulkan-basic-samples
- Owner: googlesamples
- License: other
- Created: 2016-06-08T18:27:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T23:42:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T10:08:37.221Z (about 1 year ago)
- Language: C++
- Size: 57.1 MB
- Stars: 515
- Watchers: 52
- Forks: 112
- Open Issues: 2
-
Metadata Files:
- Readme: README-contrib.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-vulkan - Android port of LunarG samples
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