mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 09:20:12 +01:00
radv: enable Vulkan 1.2
This bumps the Vulkan version to 1.2.128. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
68d6bead78
commit
7f5462e349
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import xml.etree.cElementTree as et
|
||||||
|
|
||||||
from mako.template import Template
|
from mako.template import Template
|
||||||
|
|
||||||
MAX_API_VERSION = '1.1.107'
|
MAX_API_VERSION = '1.2.128'
|
||||||
|
|
||||||
class Extension:
|
class Extension:
|
||||||
def __init__(self, name, ext_version, enable):
|
def __init__(self, name, ext_version, enable):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue