diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2016-01-09 00:48:41 -0800 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2016-01-09 00:48:41 -0800 |
commit | ec8e26120868ce76951fe0ee7eb87dfb10971d8b (patch) | |
tree | 4bccf6bc80e3ed647469706405f12286f096b5ca /README.intel-vulkan.txt | |
parent | bbb2a85c8115bd003639e5e854c0753d613cec95 (diff) |
vk: Mark VkEvent and VkSemaphore as done
Diffstat (limited to 'README.intel-vulkan.txt')
-rw-r--r-- | README.intel-vulkan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.intel-vulkan.txt b/README.intel-vulkan.txt index 29aea0aaf73..8d8a7f50680 100644 --- a/README.intel-vulkan.txt +++ b/README.intel-vulkan.txt @@ -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 |