Move quad shader to common

This commit is contained in:
Jarrod Doyle 2024-05-11 12:42:38 +01:00
parent e73a4cd05e
commit fa4ba8072f
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ impl VoxelRenderer {
.device
.create_shader_module(wgpu::include_wgsl!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/res/quad.wgsl"
"/res/common/quad.wgsl"
)));
let render_texture = crawl::TextureBuilder::new()