mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix path to images on ray_cube_normals test
This commit is contained in:
parent
0e898baa8d
commit
6efeae98dd
@ -474,7 +474,7 @@ pub fn main() {
|
|||||||
#[wgpu_test::gpu_test]
|
#[wgpu_test::gpu_test]
|
||||||
static TEST: crate::framework::ExampleTestParams = crate::framework::ExampleTestParams {
|
static TEST: crate::framework::ExampleTestParams = crate::framework::ExampleTestParams {
|
||||||
name: "ray_cube_normals",
|
name: "ray_cube_normals",
|
||||||
image_path: "/examples/src/ray_cube_normals/screenshot.png",
|
image_path: "/examples/features/src/ray_cube_normals/screenshot.png",
|
||||||
width: 1024,
|
width: 1024,
|
||||||
height: 768,
|
height: 768,
|
||||||
optional_features: wgpu::Features::default(),
|
optional_features: wgpu::Features::default(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user