Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

SConscript 300B

1234567891011121314
  1. SConscript([
  2. 'util/SConscript',
  3. 'demos/SConscript',
  4. 'glsl/SConscript',
  5. 'redbook/SConscript',
  6. 'samples/SConscript',
  7. 'tests/SConscript',
  8. 'trivial/SConscript',
  9. 'vp/SConscript',
  10. 'vpglsl/SConscript',
  11. 'fp/SConscript',
  12. 'wgl/SConscript',
  13. 'perf/SConscript',
  14. ])