Tests for the OsgTexture class.
More...
#include "SurgSim/Framework/ApplicationData.h"
#include "SurgSim/Graphics/OsgTexture.h"
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <osg/Texture2D>
#include <gtest/gtest.h>
#include <sstream>
|
| SurgSim |
| Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui needs glew but we need to call glewInit() from a osg callback, using this call we avoid getting warnings about redefinitions.
|
|
|
| SurgSim::Graphics::TEST (OsgTextureTests, InitTest) |
|
| SurgSim::Graphics::TEST (OsgTextureTests, LoadAndClearImageTest) |
|
Tests for the OsgTexture class.