Difference between GL_Mirrors && R_DrawMirrors
- Siberian Tiger
- Posts: 476
- Joined: Fri Jun 12, 2009 11:23 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): KUbuntu 22.04.1 LTS
- Graphics Processor: nVidia (Modern GZDoom)
- Location: United States
- Contact:
Difference between GL_Mirrors && R_DrawMirrors
What is the difference between the two CVar's: R_DrawMirrors and GL_Mirrors?
Re: Difference between GL_Mirrors && R_DrawMirrors
The first CVAR is for software renderer and the second is for hardware one.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49223
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Difference between GL_Mirrors && R_DrawMirrors
It should also be noted that both are intended to be used as debug CVARs, not as an official feature.
- Siberian Tiger
- Posts: 476
- Joined: Fri Jun 12, 2009 11:23 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): KUbuntu 22.04.1 LTS
- Graphics Processor: nVidia (Modern GZDoom)
- Location: United States
- Contact:
Re: Difference between GL_Mirrors && R_DrawMirrors
Yikes, so it would be a bad idea to advertise these CVars as a way to gain performance?Graf Zahl wrote:It should also be noted that both are intended to be used as debug CVARs, not as an official feature.
Re: Difference between GL_Mirrors && R_DrawMirrors
If your map uses so many mirrors that you have to tell users to turn them off, maybe use less mirrors?