vkGetImageSubresourceLayout | NVK Search
  1. No Results
Categories
vkGetImageSubresourceLayout Retrieve information about an image subresource Syntax
void vkGetImageSubresourceLayout();
Parameters device VkDevice is the logical device that owns the image. image VkImage is the image whose layout is being queried. pSubresource VkImageSubresource is a reference to a VkImageSubresource structure selecting a specific image for the image subresource. pLayout VkSubresourceLayout reference to a VkSubresourceLayout structure in which the layout is returned.