Enablevbos (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
(Created page with "==Slash command== {{SlashCommandArticle|command=enablevbos|options=0-1|note=turns on vertex buffer object extension}} ==Example== /enablevbos 1")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Slash command==
==Slash command==
{{SlashCommandArticle|command=enablevbos|options=0-1|note=turns on vertex buffer object extension}}
{{SlashCommandArticle|command=enablevbos|options=[0-1]|note=Turns on vertex buffer object extension.}}


* 0 = disabled, 1 = enabled. Default = 1.
* Enables or disables use of geometry buffers ("Vertex Buffer Objects") on your video card.
* This command alters the "Use Geometry Buffers" setting in Options--> Graphics and Audio tab--> Advanced Graphics Settings.
==[[Command Line Parameters|Command Line Parameter]]==
This command may also be used as the [[Command Line Parameters|command line parameter]], {{launchparam| enablevbos}}. However, because it alters a persistent setting in Options, using it as a launch parameter has little or no added value.




==Example==
==Example==
  /enablevbos 1
  /enablevbos 1
{{Navbox Graphic Commands}}
[[Category:Slash Commands]]
[[Category:Graphic Commands]]
[[Category:Command Line Parameters]]

Latest revision as of 10:16, 23 June 2023

Slash command

/enablevbos [0-1]

Turns on vertex buffer object extension.

  • 0 = disabled, 1 = enabled. Default = 1.
  • Enables or disables use of geometry buffers ("Vertex Buffer Objects") on your video card.
  • This command alters the "Use Geometry Buffers" setting in Options--> Graphics and Audio tab--> Advanced Graphics Settings.


Command Line Parameter

This command may also be used as the command line parameter, - enablevbos. However, because it alters a persistent setting in Options, using it as a launch parameter has little or no added value.


Example

/enablevbos 1