mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Give convert_glsl_folder
's output more consistent names.
Don't replace dots with dashes in the output filenames for no reason. Instead, give them names consistent with those generated by `write_output_glsl`.
This commit is contained in:
parent
bc0fc97b26
commit
7060246357
@ -789,7 +789,7 @@ fn convert_glsl_folder() {
|
||||
&module,
|
||||
&info,
|
||||
&dest,
|
||||
&file_name.replace('.', "-"),
|
||||
&file_name,
|
||||
&WgslOutParameters::default(),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user