Skip to content

Commit

Permalink
Vulkan: Merge API logic of KHR extensions and Vulkan 1.1
Browse files Browse the repository at this point in the history
KHR_get_physical_device_properties2 and KHR-get_memory_requirements2 are
merged with corresponding vulkan 1.1 core commands
  • Loading branch information
Qining committed Dec 18, 2018
1 parent 704225d commit 462a1fb
Show file tree
Hide file tree
Showing 8 changed files with 390 additions and 219 deletions.
2 changes: 1 addition & 1 deletion gapis/api/vulkan/api/buffer.api
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@untracked @unused ref!QueueObject LastBoundQueue
@unused ref!VulkanDebugMarkerInfo DebugInfo
VkMemoryRequirements MemoryRequirements
ref!DedicatedRequirementsKHR DedicatedRequirementsKHR
ref!DedicatedRequirements DedicatedRequirements
}

@threadSafety("system")
Expand Down
2 changes: 1 addition & 1 deletion gapis/api/vulkan/api/image.api
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
@unused ref!VulkanDebugMarkerInfo DebugInfo
VkMemoryRequirements MemoryRequirements
map!(u32, VkSparseImageMemoryRequirements) SparseMemoryRequirements
ref!DedicatedRequirementsKHR DedicatedRequirementsKHR
ref!DedicatedRequirements DedicatedRequirements
// If ever layer/level is set to the same queue, then set it here instead.
// This can save expensive looping through Aspects/Layers/Levels
@untracked @unused ref!QueueObject LastBoundQueue
Expand Down
Loading

0 comments on commit 462a1fb

Please sign in to comment.