Skip to content

Commit

Permalink
use better names in ray_scene/shader.wgsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Sep 22, 2024
1 parent 82042f1 commit 86adda1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/src/ray_scene/shader.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ struct Instance {
};

struct Material{
r: f32,
m: f32,
s: f32,
roughness_exponent: f32,
metalness: f32,
specularity: f32,
albedo: vec3<f32>
}

Expand Down

0 comments on commit 86adda1

Please sign in to comment.