Using final KHR ray tracing extension: VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline and VK_KHR_ray_query
This commit is contained in:
parent
7179569ec3
commit
b26ff92473
80 changed files with 2446 additions and 2351 deletions
|
|
@ -26,7 +26,7 @@ void main()
|
|||
|
||||
uint seed = prd.seed; // We don't want to modify the PRD
|
||||
if(mat.dissolve == 0.0)
|
||||
ignoreIntersectionEXT();
|
||||
ignoreIntersectionEXT;
|
||||
else if(rnd(seed) > mat.dissolve)
|
||||
ignoreIntersectionEXT();
|
||||
ignoreIntersectionEXT;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue