Home | History | Annotate | Download | only in vulkan

Lines Matching refs:imageExtent

1701                           const struct VkExtent3D imageExtent)
1705 return (VkExtent3D) { imageExtent.width, 1, 1 };
1707 return (VkExtent3D) { imageExtent.width, imageExtent.height, 1 };
1709 return imageExtent;