mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Only warn if an image is seemingly reported as supported
* Some drivers return VK_SUCCESS even for formats that aren't supported.
This commit is contained in:
@@ -606,7 +606,7 @@ void main()
|
||||
if(props1D.maxExtent.width >= texWidth || props2D.maxExtent.width >= texWidth ||
|
||||
props3D.maxExtent.width >= texWidth)
|
||||
{
|
||||
TEST_ERROR("Format %d can't be loaded in shader but can be a texture!", f.texFmt);
|
||||
TEST_WARN("Format %d can't be loaded in shader but can be a texture!", f.texFmt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user