@@ -218,11 +218,11 @@ opts.Add(BoolVariable("deprecated", "Enable compatibility code for deprecated an
218218opts .Add (EnumVariable ("precision" , "Set the floating-point precision level" , "single" , ("single" , "double" )))
219219opts .Add (BoolVariable ("minizip" , "Enable ZIP archive support using minizip" , True ))
220220opts .Add (BoolVariable ("brotli" , "Enable Brotli for decompresson and WOFF2 fonts support" , True ))
221- opts .Add (BoolVariable ("xaudio2" , "Enable the XAudio2 audio driver" , False ))
221+ opts .Add (BoolVariable ("xaudio2" , "Enable the XAudio2 audio driver on supported platforms " , False ))
222222opts .Add (BoolVariable ("vulkan" , "Enable the vulkan rendering driver" , True ))
223223opts .Add (BoolVariable ("opengl3" , "Enable the OpenGL/GLES3 rendering driver" , True ))
224- opts .Add (BoolVariable ("d3d12" , "Enable the Direct3D 12 rendering driver" , False ))
225- opts .Add (BoolVariable ("metal" , "Enable the Metal rendering driver (Apple arm64 only)" , False ))
224+ opts .Add (BoolVariable ("d3d12" , "Enable the Direct3D 12 rendering driver on supported platforms " , False ))
225+ opts .Add (BoolVariable ("metal" , "Enable the Metal rendering driver on supported platforms (Apple arm64 only)" , False ))
226226opts .Add (BoolVariable ("openxr" , "Enable the OpenXR driver" , True ))
227227opts .Add (BoolVariable ("use_volk" , "Use the volk library to load the Vulkan loader dynamically" , True ))
228228opts .Add (BoolVariable ("disable_exceptions" , "Force disabling exception handling code" , True ))
0 commit comments