Skip to content
Snippets Groups Projects
Commit fcbeb0f8 authored by giagitom's avatar giagitom
Browse files

Add defines for direct-volume

parent 48aaa134
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,12 @@ uniform int uGroupCount;
uniform sampler2D tMarker;
#endif
#if defined(dRenderVariant_colorDpoit)
#define MAX_DPOIT_DEPTH 99999.0
uniform sampler2D tDpoitDepth;
uniform sampler2D tDpoitFrontColor;
#endif
uniform float uMetalness;
uniform float uRoughness;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment