X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=src%2Fvoglcommon%2Fvogl_context_info.h;h=95525e8205b7e33287cdd3984e80f928c56b0091;hb=f68811cb11c76f4b6ecc982401c87a0bd49a26e6;hp=fabad658a3118131c754f163688d7583c39ae522;hpb=d73de670dade59a783990e5ac264bb3cfd9d45d9;p=vogl diff --git a/src/voglcommon/vogl_context_info.h b/src/voglcommon/vogl_context_info.h index fabad65..95525e8 100644 --- a/src/voglcommon/vogl_context_info.h +++ b/src/voglcommon/vogl_context_info.h @@ -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;