{"id":13731813,"url":"https://github.com/KhronosGroup/Vulkan-ValidationLayers","last_synced_at":"2025-05-08T05:31:37.817Z","repository":{"id":37252311,"uuid":"132043451","full_name":"KhronosGroup/Vulkan-ValidationLayers","owner":"KhronosGroup","description":"Vulkan Validation Layers (VVL)","archived":false,"fork":false,"pushed_at":"2025-05-06T10:41:26.000Z","size":197019,"stargazers_count":865,"open_issues_count":279,"forks_count":429,"subscribers_count":62,"default_branch":"main","last_synced_at":"2025-05-07T10:17:35.077Z","etag":null,"topics":["vulkan"],"latest_commit_sha":null,"homepage":"https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KhronosGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-05-03T19:59:43.000Z","updated_at":"2025-05-06T20:55:33.000Z","dependencies_parsed_at":"2023-10-14T19:10:52.871Z","dependency_job_id":"c821f7f2-f23f-4756-a023-3a3909a1e256","html_url":"https://github.com/KhronosGroup/Vulkan-ValidationLayers","commit_stats":null,"previous_names":[],"tags_count":303,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhronosGroup%2FVulkan-ValidationLayers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhronosGroup%2FVulkan-ValidationLayers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhronosGroup%2FVulkan-ValidationLayers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhronosGroup%2FVulkan-ValidationLayers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhronosGroup","download_url":"https://codeload.github.com/KhronosGroup/Vulkan-ValidationLayers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253008772,"owners_count":21839699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vulkan"],"created_at":"2024-08-03T02:01:38.973Z","updated_at":"2025-05-08T05:31:32.806Z","avatar_url":"https://github.com/KhronosGroup.png","language":"C++","readme":"# Vulkan Validation Layers (VVL)\n\n## Introduction\n\nVulkan is an Explicit API, enabling direct control over how GPUs actually work. By design, minimal error checking is done inside\na Vulkan driver. Applications have full control and responsibility for correct operation. Any errors in\nhow Vulkan is used can result in a crash. This project provides Vulkan validation layers that can be enabled\nto assist development by enabling developers to verify their applications correct use of the Vulkan API.\n\n## Getting Binaries\n\nFor those who don't want to build from source, there are few ways to get working binaries to use\n- The [Vulkan SDK](https://vulkan.lunarg.com/sdk/home) will have the most well tested versions of the layer\n- For Android, each SDK tag will have binaries to download (example: [vulkan-sdk-1.3.280.0 tag](https://github.com/KhronosGroup/Vulkan-ValidationLayers/releases/tag/vulkan-sdk-1.3.280.0))\n- Every change applied to the main branch runs through GitHub action and will [produce artifacts](https://github.com/KhronosGroup/Vulkan-ValidationLayers/actions?query=branch%3Amain) of the latest commit.\n\n## Adjusting settings\n\nSee [settings documentation](./docs/settings.md).\n\n## Community Assistance\n\nBefore submitting an issue to the validation layers or reaching out to the developers it may be prudent to reach out to the community first.\nThese resources can be helpful to refine your issue, work out an application/driver bug, etc.\n\n- Discord: https://discord.com/invite/vulkan\n- Reddit: https://www.reddit.com/r/vulkan\n- Stackoverflow: https://stackoverflow.com/questions/tagged/vulkan\n- Slack: https://khr.io/slack\n\n## Contact Information\n* @KhronosGroup/VVL-CODEOWNERS\n* VVL-CODEOWNERS can also be found on aforementioned Slack channel for direct contact.\n\n## Info\n* [BUILD.md](BUILD.md) - Instructions for building the Validation Layers\n* [KHRONOS_VALIDATION_LAYER.md](docs/khronos_validation_layer.md) - Instructions for configuring the Validation Layers\n* [CONTRIBUTING.md](CONTRIBUTING.md) - Information needed to make a contribution.\n    * [./docs](./docs/) - Details of the Validation Layer source code. **For those wanting to make contributions**\n    * [./tests](./tests) - Information about testing the Validation Layers.\n    * [GOVERNANCE.md](GOVERNANCE.md) - Repository management details.\n\n### Internals\n\nThe Validation Layers are broken up as many smaller internal \"Validation Objects\" each tasked with their own job.\n[Core Checks](./docs/core_checks.md) is what is enabled by default, but there are other validation objects that can be additionally enabled, such as [Synchronization Validation](./docs/synchronization.md), [GPU Assisted Validation](./docs/gpu_validation.md), and [more](./docs/README.md).\nThere are also a few [limitations](./docs/limitations.md) stemming from the Validation layers being a Vulkan layer.\n\n## Version Tagging Scheme\n\nUpdates to this repository which correspond to a new Vulkan specification release are tagged using the following format: `v\u003c`_`version`_`\u003e` (e.g., `v1.3.266`).\n\n**Note**: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the `vulkan-sdk-\u003c`_`version`_`\u003e.\u003c`_`patch`_`\u003e` format (e.g., `vulkan-sdk-1.3.266.0`).\n\nThis scheme was adopted following the `1.3.266` Vulkan specification release.\n\nWeekly automated (and untested) tags are generated with the following format: `snapshot-\u003cyear\u003ewk\u003cweek-number\u003e`, eg. `snapshot-2024wk06`.\n\n## License\nThis work is released as open source under a Apache-style license from Khronos including a Khronos copyright.\n\nSee [LICENSE.txt](LICENSE.txt) for a full list of licenses used in this repository.\n\n## Acknowledgements\nWhile this project has been developed primarily by LunarG, Inc., there are many other\ncompanies and individuals making this possible: Valve Corporation, funding\nproject development; Google providing significant contributions to the validation layers;\nKhronos providing oversight and hosting of the project.\n","funding_links":[],"categories":["Graphics"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKhronosGroup%2FVulkan-ValidationLayers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKhronosGroup%2FVulkan-ValidationLayers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKhronosGroup%2FVulkan-ValidationLayers/lists"}