WoW:CVar M2Faster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:


* Sorts the drawing of items in the scene a little differently to reduce the number of times we re-program the vertex shader hardware.
* Sorts the drawing of items in the scene a little differently to reduce the number of times we re-program the vertex shader hardware.
;value :Interger value between 0 and 3


Default:
Default:

Revision as of 16:16, 5 August 2008

From patch 1.11 patchnotes:

Optimization code known as "M2Faster" is now enabled by default. M2Faster can improve performance in crowded scenes when "Vertex Animation Shaders" is turned on. This function can be turned off by setting M2Faster to "0" in the config.wtg.

  • Reduces the unique number of vertex shader permutations that we will choose to use in rendering
  • Sorts the drawing of items in the scene a little differently to reduce the number of times we re-program the vertex shader hardware.


value
Interger value between 0 and 3

Default:

SET M2Faster "1"