mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 10:10:39 +02:00
vk: Mark VkEvent and VkSemaphore as done
This commit is contained in:
parent
bbb2a85c81
commit
ec8e261208
1 changed files with 1 additions and 1 deletions
|
|
@ -122,6 +122,7 @@ Supported Features:
|
|||
- Most copy/blit commands for color and depth buffers,
|
||||
vkCmdCopyImageToBuffer for stencil buffers
|
||||
- Occlution query and timestamps
|
||||
- VkkSemaphore and VkEvent
|
||||
|
||||
Unsupported Features:
|
||||
- Shader specialization
|
||||
|
|
@ -130,6 +131,5 @@ Unsupported Features:
|
|||
- Push constants in GS and CS (and VS on HSW and prior)
|
||||
- Sparse resources
|
||||
- MSAA
|
||||
- VkkSemaphore and VkEvent
|
||||
- vkCmdClear commands
|
||||
- Input attachments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue