lol idk #1

Open
Quaternions wants to merge 99 commits from StrafesNET/strafe-client:master into master
Showing only changes of commit e7f01eff80 - Show all commits

View File

@ -162,7 +162,10 @@ impl GraphicsState{
height=height/4*4; height=height/4*4;
wgpu::TextureFormat::Bc7RgbaUnormSrgb wgpu::TextureFormat::Bc7RgbaUnormSrgb
}, },
other=>panic!("unsupported format{:?}",other), other=>{
println!("unsupported texture format{:?}",other);
return None;
},
}; };
let size=wgpu::Extent3d{ let size=wgpu::Extent3d{