rcapsdump and Colour Depth on Linux

Minor issues with the Ogre API that can be trivial to fix
dermont
Bugbear
Posts: 812
Joined: Thu Dec 09, 2004 2:51 am
x 42

rcapsdump and Colour Depth on Linux

Post by dermont »

Not sure if this is relevant here/and or the mantis since the rcapsdump tool (Tools/rcapsdump/src/main.cpp) doesn't appear to be built; the tool fails on Linux(OpenGL) due to the "Colour Depth" config option.

Code: Select all

+#if OGRE_PLATFORM == OGRE_PLATFORM_WIN32
	rs->setConfigOption(String("Colour Depth"), String("32"));
+#endif
Is there a reason that rcapsdump is not included as part of the default Tools build?