meson_options.txt 229 B

12345678910111213
  1. option(
  2. 'enable_hlsl',
  3. type : 'feature',
  4. description : 'Enable support for HLSL shaders'
  5. )
  6. option(
  7. 'enable_opt',
  8. type : 'feature',
  9. description : 'Enable support for optimization and HLSL legalization'
  10. )