KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

layers: Track display and display mode objects #2635

Closed shannon-lunarg closed 6 years ago

shannon-lunarg commented 6 years ago

Resolves #2597.

Add VkDisplayKHR and VkDisplayModeKHR tracking to VK_LAYER_LUNARG_object_tracker for vkGetPhysicalDeviceDisplayPropertiesKHR() and vkGetDisplayModePropertiesKHR().

karl-lunarg commented 6 years ago

Please put one of the "automatic closing" phrases in either the PR description or the commit message. For example:

Closes #2597

See https://help.github.com/articles/closing-issues-using-keywords/ for additional information and possibilities.

Doing so will cause GitHub to automatically close the issue when the PR is merged.

shannon-lunarg commented 6 years ago

@karl-lunarg Okay, will do. Thanks for the info.

mark-lunarg commented 6 years ago

@jeremy-lunarg, yes, these are generic object-type checks and representative checks exist. Also, this is limited to one WSI flavor.