5a9765b111
There is an OpenGL error (1282) invalid operation that is getting caught when switching to the imagescene. This needs to get fixed and then hopefully the whole thing will work.
7 lines
151 B
C++
7 lines
151 B
C++
#include "TextureFactory.h"
|
|
|
|
namespace charcoal
|
|
{
|
|
std::vector<Texture> TextureFactory::m_textures;
|
|
std::vector<Sampler> TextureFactory::m_samplers;
|
|
} |