Shader init logging (Command Line Parameter)

From Unofficial Homecoming Wiki
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