Skip to content

Std filesystem setconfig

std:std.filesystem.SetConfig

Function SetConfig:Void( name:String,value:String )#

Sets a global config setting.

Currently recognized built-in config settings:

Name More information
"MOJO_OPENGL_PROFILE" mojo.AppInstance
"MOJO_OPENGL_VERSION_MAJOR" mojo.AppInstance
"MOJO_OPENGL_VERSION_MINOR" mojo.AppInstance
"MOJO_COLOR_BUFFER_BITS" mojo.AppInstance
"MOJO_DEPTH_BUFFER_BITS" mojo.AppInstance
"MOJO_STENCIL_BUFFER_BITS" mojo.AppInstance
"MOJO_TEXTURE_MAX_ANISOTROPY" mojo.Texture
"MOJO3D_RENDERER" mojo3d.Renderer

See also: GetConfig.