Shader init logging (Command Line Parameter)

From Unofficial Homecoming Wiki
Revision as of 06:05, 22 July 2023 by BlackSpectre (talk | contribs) (Created page with "__NOTOC__ == Command Line Parameter== : {{launchparam|shader_init_logging|options=[0-1]}} Set to 1 to view shader initialization details in the console. * 0 = Disable shader initialization details. * 1 = Enable shader initialization details. * This command is used while also using the {{launchparam|console}} parameter. It will show the details of the game client loading the graphical shaders within the debugging console, in addition to all the other initialization detai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Command Line Parameter

-shader_init_logging

Set to 1 to view shader initialization details in the console.

  • 0 = Disable shader initialization details.
  • 1 = Enable shader initialization details.
  • This command is used while also using the -console parameter. It will show the details of the game client loading the graphical shaders within the debugging console, in addition to all the other initialization details of the game client.


Example

-console -shader_init_logging 1


Also