X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fdebug.cpp;h=c741ed57665b2dfae993073c13b387fcec61b0aa;hp=60b7c2477cf093664f4fc2ac8bcfdb52f56fb5b1;hb=215d5bed27ad3de92557ae1b631695a036d29741;hpb=f9244b13a4ae30d134dd7410664c045c9f2c1574 diff --git a/source/glsl/debug.cpp b/source/glsl/debug.cpp index 60b7c247..c741ed57 100644 --- a/source/glsl/debug.cpp +++ b/source/glsl/debug.cpp @@ -357,6 +357,8 @@ void DumpTree::visit(ImageTypeDeclaration &type) branches.emplace_back(format("Element type: %s %s", get_label(*type.base_type), format_type(type.base_type->name))); if(type.shadow) branches.emplace_back("Shadow"); + if(type.multisample) + branches.emplace_back("Multisample"); append_subtree(branches); }