Home | History | Annotate | Download | only in demos

Lines Matching defs:props

901     VkFormatProperties props;
908 vkGetPhysicalDeviceFormatProperties(demo->gpu, tex_format, &props);
911 if ((props.linearTilingFeatures &
919 } else if (props.optimalTilingFeatures &