Garry's Mod Wiki

Revision Difference

render.PopFilterMag#561148

<function name="PopFilterMag" parent="render" type="libraryfunc"> <description> Pops the current texture magnification filter from the filter stack. ⤶ See <page>render.PushFilterMag</page>⤶ Pops (Removes) the texture filter most recently pushed (Added) onto the magnification texture filter stack. This function should only be called *after* a magnification filter has been pushed via <page text="render.PushFilterMag()">render.PushFilterMag</page>⤶ ⤶ For more detailed information and a usage example, see <page text="the texture minification and magnification render reference.">render_min_mag_filters</page>⤶ </description> <realm>Client and Menu</realm> </function>