diff --git a/components/sceneutil/util.cpp b/components/sceneutil/util.cpp index 02cd9295e7..14bfd35cb4 100644 --- a/components/sceneutil/util.cpp +++ b/components/sceneutil/util.cpp @@ -17,6 +17,10 @@ #include #include +#ifndef GL_DEPTH32F_STENCIL8_NV +#define GL_DEPTH32F_STENCIL8_NV 0x8DAC +#endif + namespace {