Expose GlobalSignDistanceFieldPass to user scripts

This commit is contained in:
Wojciech Figat
2022-03-29 14:59:40 +02:00
parent c41a446ae9
commit 26b2cb291e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
/// <summary>
/// Global Sign Distance Field (SDF) rendering pass. Composites scene geometry into series of 3D volume textures that cover the world around the camera for global distance field sampling.
/// </summary>
class GlobalSignDistanceFieldPass : public RendererPass<GlobalSignDistanceFieldPass>
class FLAXENGINE_API GlobalSignDistanceFieldPass : public RendererPass<GlobalSignDistanceFieldPass>
{
public:
// Constant buffer data for Global SDF access on a GPU.