Home | History | Annotate | Download | only in dynamic_state

Lines Matching refs:imageExtent

139 		const vk::VkExtent3D imageExtent = { WIDTH, HEIGHT, 1 };
140 const ImageCreateInfo targetImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_colorAttachmentFormat, imageExtent, 1, 1, vk::VK_SAMPLE_COUNT_1_BIT,
148 const ImageCreateInfo depthStencilImageCreateInfo(vk::VK_IMAGE_TYPE_2D, m_depthStencilAttachmentFormat, imageExtent,