rename test shader
This commit is contained in:
parent
15c861d9f9
commit
b40e6887e6
2 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue