summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/renderers/rhi/renderer/renderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/renderers/rhi/renderer/renderer.cpp b/src/plugins/renderers/rhi/renderer/renderer.cpp
index 46a0107e1..b3b9c0bed 100644
--- a/src/plugins/renderers/rhi/renderer/renderer.cpp
+++ b/src/plugins/renderers/rhi/renderer/renderer.cpp
@@ -1731,7 +1731,7 @@ bool Renderer::prepareGeometryInputBindings(const Geometry *geometry, const RHIS
const auto attributeType = rhiAttributeType(attrib);
if (!attributeType) {
- qCWarning(Backend) << "An attribute type is not supported";
+ qCWarning(Backend) << "An attribute type is not supported" << attrib->name() << attrib->vertexBaseType();
return false;
}