diff options
Diffstat (limited to 'demo/d3d/renderParamsD3D.h')
| -rw-r--r-- | demo/d3d/renderParamsD3D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/d3d/renderParamsD3D.h b/demo/d3d/renderParamsD3D.h index 0c730bc..66f928a 100644 --- a/demo/d3d/renderParamsD3D.h +++ b/demo/d3d/renderParamsD3D.h @@ -104,6 +104,8 @@ struct FluidDrawParamsD3D float spotMax; float ior; + float pointRadius; + ShadowMapD3D* shadowMap; // Used on D3D12 |