Trying to add fluid simulation
This commit is contained in:
@@ -9,7 +9,6 @@ struct RayTracingParams
|
||||
TextureCube<float4> skyBox;
|
||||
SamplerState skyBoxSampler;
|
||||
};
|
||||
layout(set=5)
|
||||
ParameterBlock<RayTracingParams> pRayTracingParams;
|
||||
|
||||
struct RayPayload
|
||||
|
||||
Reference in New Issue
Block a user