diff --git a/util/test/demos/vk/vk_texture_zoo.cpp b/util/test/demos/vk/vk_texture_zoo.cpp index 7d919bc96..e5c35a9dd 100644 --- a/util/test/demos/vk/vk_texture_zoo.cpp +++ b/util/test/demos/vk/vk_texture_zoo.cpp @@ -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); } }