[Gtkradiant] [Bug 857] Patch to get Quake2 tex flags.

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Fri, 15 Aug 2003 00:09:29 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=857

nurail@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #470 is|0                           |1
           obsolete|                            |



------- Additional Comments From nurail@yahoo.com  2003-08-15 00:09 -------
Created an attachment (id=471)
 --> (http://zerowing.idsoftware.com/bugzilla/attachment.cgi?id=471&action=view)
Q2 Flags IShader support

Added in Virtual functions into ishaders.h:

virtual int getTextureFlags() = 0;
virtual int getTextureContents() = 0;
virtual int getTextureValue() = 0;