Vulkan allows users to not specify the upper bound in SubresourceRange and SubresourceLayers, this stores the values when the image is created in order to fill in these values if they are not specified.
It also adds an expect function to Image and Buffer to allow simpler retrieval of a bound image.
Vulkan allows users to not specify the upper bound in
SubresourceRange
andSubresourceLayers
, this stores the values when the image is created in order to fill in these values if they are not specified. It also adds anexpect
function toImage
andBuffer
to allow simpler retrieval of a bound image.