Skip to content

Commit

Permalink
Updated intersection struct
Browse files Browse the repository at this point in the history
  • Loading branch information
gboisse committed Jan 23, 2018
1 parent 366b770 commit 5c7b7c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RadeonRays/src/kernels/GLSL/bvh2_fp16.comp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ struct BvhNode

struct Intersection
{
int shape_id;
int prim_id;
ivec2 padding;
uint shape_id;
uint prim_id;
uvec2 padding;
vec4 uvwt;
};

Expand Down

0 comments on commit 5c7b7c0

Please sign in to comment.