checkpoint

This commit is contained in:
Junkui Zhang 2025-07-18 17:08:44 +08:00
parent 636a057373
commit 154705e729
2 changed files with 113 additions and 65 deletions

View file

@ -288,6 +288,7 @@ mod windows {
.unwrap();
}
/// You can set the `GPUI_FXC_PATH` environment variable to specify the path to the fxc.exe compiler.
fn compile_shaders() {
use std::fs;
use std::process::{self, Command};