X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fvoglcommon%2Fvogl_texture_state.cpp;h=834093a88269dc035bccd4aaf775c74a8e58d570;hb=cc91f6de7f7f2f7977cef46e36d07de13629ea84;hp=b3b536394b859e8e06d9803a1364cb1eb7b94218;hpb=311d1014add8ac2b16e4a9b8687e1f69cae180cd;p=vogl diff --git a/src/voglcommon/vogl_texture_state.cpp b/src/voglcommon/vogl_texture_state.cpp index b3b5363..834093a 100644 --- a/src/voglcommon/vogl_texture_state.cpp +++ b/src/voglcommon/vogl_texture_state.cpp @@ -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++)