back to a working state
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Common;
|
||||
|
||||
[shader("miss")]
|
||||
void miss(inout RayPayload p)
|
||||
{
|
||||
p.light = float3(0, 0, 0);
|
||||
p.hit = false;
|
||||
}
|
||||
Reference in New Issue
Block a user