Trying to add opacity

This commit is contained in:
Dynamitos
2024-07-16 16:44:56 +02:00
parent 60e74f87b8
commit f55a2a03d2
7 changed files with 47 additions and 14 deletions
@@ -17,5 +17,6 @@ struct CallablePayload
struct RayPayload
{
float3 rayDirection;
float3 color;
};