diff --git a/vdi/hip_formatting.hpp b/vdi/hip_formatting.hpp index 1e1c02b25f..d75c2071fc 100644 --- a/vdi/hip_formatting.hpp +++ b/vdi/hip_formatting.hpp @@ -712,10 +712,6 @@ inline std::ostream& operator<<(std::ostream& os, const textureReference& s) { << s.maxMipmapLevelClamp << ',' << s.textureObject - << ',' - << s.numChannels - << ',' - << s.format << '}'; return os; }