Commit 20dbe789 authored by Pavel Rojtberg's avatar Pavel Rojtberg

ovis: add PF_DEPTH32F read-back support

parent a8c7a56b
......@@ -446,6 +446,9 @@ public:
case PF_BYTE_RGBA:
dst_type = CV_8UC4;
break;
#if OGRE_VERSION >= ((1 << 16) | (12 << 8) | 3)
case PF_DEPTH32F:
#endif
case PF_FLOAT32_R:
dst_type = CV_32F;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment