This is absurd

This commit is contained in:
CamilleLaVey
2026-08-15 02:33:47 -04:00
parent c059b0e5e1
commit ec985475c7
@@ -35,8 +35,6 @@ bool CanStoreToFrame(const vk::PhysicalDevice& physical_device, VkFormat format)
const VkFormatProperties props{physical_device.GetFormatProperties(format)};
return (props.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT) != 0;
#else
void(physical_device);
void(format);
return false;
#endif
}