rename test shader

This commit is contained in:
Lauri Räsänen 2023-01-27 22:06:02 +02:00
parent 15c861d9f9
commit b40e6887e6
2 changed files with 1 additions and 1 deletions

View file

@ -244,7 +244,7 @@ impl State {
});
let shader = wgpu::ShaderModuleDescriptor {
label: Some("Normal Shader"),
source: preprocess_wgsl("test.wgsl"),
source: preprocess_wgsl("pbr.wgsl"),
};
create_render_pipeline(
&device,