Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jan 27, 2025
2 parents 5add21a + 7991127 commit 960053a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ void kinc_raytrace_acceleration_structure_build(kinc_raytrace_acceleration_struc
return;
}

descriptorsAllocated = 1; // 1 descriptor already allocated in kinc_raytrace_pipeline_init

#ifdef is_forge
create_srv_ib(_ib_full, _ib_full->impl.count, 0);
create_srv_vb(_vb_full, _vb_full->impl.myCount, 8 * 2);
Expand Down

0 comments on commit 960053a

Please sign in to comment.