More ray tracing changes
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
|
||||
struct Payload
|
||||
{
|
||||
float3 color;
|
||||
};
|
||||
|
||||
struct RayTracingParams
|
||||
{
|
||||
RaytracingAccelerationStructure scene;
|
||||
RWTexture2D<float3> image;
|
||||
RWTexture2D<float4> image;
|
||||
StructuredBuffer<uint> indexBuffer;
|
||||
};
|
||||
ParameterBlock<RayTracingParams> pRayTracingParams;
|
||||
|
||||
Reference in New Issue
Block a user