mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 12:40:23 +01:00
zink: update profiles schema
We technically need the 251 version, but the schema for that version is not released yet, so this is the best we can do. See https://github.com/KhronosGroup/Vulkan-Profiles/issues/437 This gets rid of some JSON schema-validation warnings. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23308>
This commit is contained in:
parent
76a82c3ac9
commit
bf97afa2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schema.khronos.org/vulkan/profiles-0.8.1-230.json#",
|
||||
"$schema": "https://schema.khronos.org/vulkan/profiles-0.8.1-250.json",
|
||||
"capabilities": {
|
||||
"vulkan10requirements": {
|
||||
"features": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue