From 2ca8d0ebb2c8cd8ffeca680bbce93d25e939cc66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 23 May 2021 16:01:05 +0200 Subject: [PATCH] Shaders: clarify what the heck. --- src/Magnum/Shaders/Test/PhongGLTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Shaders/Test/PhongGLTest.cpp b/src/Magnum/Shaders/Test/PhongGLTest.cpp index 66ba51c8d..6c141d5fd 100644 --- a/src/Magnum/Shaders/Test/PhongGLTest.cpp +++ b/src/Magnum/Shaders/Test/PhongGLTest.cpp @@ -2794,6 +2794,7 @@ template void PhongGLTest::renderInstanced() { Matrix3x3 normal; Color3 color; Vector2 textureOffset; + /* instanced ObjectId tested directly in renderObjectId() */ } instanceData[] { {Matrix4::translation({-1.25f, -1.25f, 0.0f})* Matrix4::rotationX(90.0_degf),