8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
struct RayTracingParams
|
|
{
|
|
RaytracingAccelerationStructure scene;
|
|
RWTexture2D<float4> image;
|
|
StructuredBuffer<uint> indexBuffer;
|
|
};
|
|
ParameterBlock<RayTracingParams> pRayTracingParams;
|