Update meson_options.txt

This commit is contained in:
Kevin Trogant 2024-07-15 17:32:56 +02:00
parent b220c9745f
commit 3a4c159b5c

View File

@ -1,4 +1,4 @@
option('static_renderer', type : 'string', value : 'vk', description : 'Name of the renderer used for static builds')
option('static_renderer', type : 'string', value : 'dx11', description : 'Name of the renderer used for static builds')
option('use_xlib', type : 'boolean', value : false, description : 'Use Xlib for window creation under linux')
option('error_report_debugbreak', type : 'boolean', value : true, description : 'Debugbreak in ReportError')
option('enable_dxc_shader_compiler', type : 'boolean', value : true, description : 'Enables building the dxc-based shader compiler.')