【发布时间】:2022-11-01 15:51:33
【问题描述】:
我收到此验证消息
If a VkSampler created with magFilter or minFilter equal to VK_FILTER_LINEAR and compareEnable equal to VK_FALSE is used to sample a VkImageView as a result of this command, then the image view's format features must contain VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT
但我看不到如何设置图像视图格式功能。有任何想法吗?
【问题讨论】:
标签: vulkan