14 #include <Carna/Carna.h>
48 void cleanupTestCase();
60 void test_transparentFromFront();
62 void test_transparentFromBack();
68 const static unsigned int GEOMETRY_TYPE_TRANSPARENT = 1;
70 std::unique_ptr< QGLContextHolder > qglContextHolder;
71 std::unique_ptr< TestFramebuffer > testFramebuffer;
72 std::unique_ptr< TestScene > scene;
73 std::unique_ptr< base::FrameRenderer > renderer;
Implements rendering stage that renders transparent meshes.
Module-tests of the Carna::presets::TransparentRenderingStage class.
Defines Carna::presets::TransparentRenderingStage.