Home | History | Annotate | Download | only in vulkan

Lines Matching refs:imageExtent

1122 			   const struct VkExtent3D imageExtent)
1126 return (VkExtent3D) { imageExtent.width, 1, 1 };
1128 return (VkExtent3D) { imageExtent.width, imageExtent.height, 1 };
1130 return imageExtent;