mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
zink: hook up VK_KHR_shader_clock
more extensions wooo Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10510>
This commit is contained in:
parent
3572e24e74
commit
3c06eede9c
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ EXTENSIONS = [
|
|||
features=True,
|
||||
conditions=["$feats.vertexAttributeInstanceRateDivisor"]),
|
||||
Extension("VK_EXT_calibrated_timestamps"),
|
||||
Extension("VK_KHR_shader_clock",
|
||||
alias="shader_clock",
|
||||
features=True,
|
||||
conditions=["$feats.shaderSubgroupClock"]),
|
||||
Extension("VK_EXT_sampler_filter_minmax",
|
||||
alias="reduction",
|
||||
properties=True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue