]> git.cworth.org Git - vogl/blobdiff - src/voglcommon/vogl_context_info.h
- regression test now works on AMD
[vogl] / src / voglcommon / vogl_context_info.h
index fabad658a3118131c754f163688d7583c39ae522..95525e8205b7e33287cdd3984e80f928c56b0091 100644 (file)
@@ -335,10 +335,13 @@ public:
     {
         return m_max_vertex_attribs;
     }
+
+    // compat only - will be 0 in core
     uint get_max_texture_coords() const
     {
         return m_max_texture_coords;
     }
+    // compat only - will be 0 in core
     uint get_max_texture_units() const
     {
         return m_max_texture_units;