[Webkit-unassigned] [Bug 117868] Texture unit code refactoring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 03:12:26 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117868





--- Comment #16 from Przemyslaw Szymanski <p.szymanski3 at samsung.com>  2013-07-01 03:14:22 PST ---
In my opinion making a vector:
Vector<RefPtr<WebGLTexture> > m_textureUnits;
is not a good idea because of a future patch(es). There could be another members so it will be refactored again to struct/class.
For example, we prepare another patch with texture units which adds another member to TextureUnitState.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list