]> git.cworth.org Git - vogl/blobdiff - src/voglcommon/vogl_texture_state.cpp
- fixing restoring of transform feedback and uniform buffer bindings when indexed...
[vogl] / src / voglcommon / vogl_texture_state.cpp
index b3b536394b859e8e06d9803a1364cb1eb7b94218..834093a88269dc035bccd4aaf775c74a8e58d570 100644 (file)
@@ -1272,10 +1272,10 @@ bool vogl_texture_state::restore(const vogl_context_info &context_info, vogl_han
         }
     }
 
-    // TODO: Support immutable textures, incomplete textures, etc. Lots more to do here.
+    // TODO: Support immutable textures
     if (is_immutable_format)
     {
-        vogl_warning_printf("%s: TODO: Support immutable textures\n", VOGL_METHOD_NAME);
+        vogl_warning_printf_once("%s: TODO: Support immutable textures (texture will be created non-immutable)\n", VOGL_METHOD_NAME);
     }
 
     for (face = 0; face < num_faces; face++)