Files
polyvox/examples/common/PolyVoxExample.cpp
2015-02-20 16:56:03 +01:00

6 lines
123 B
C++

#include "PolyVoxExample.h"
void PolyVoxExample::setShader(QSharedPointer<QGLShaderProgram> shader)
{
mShader = shader;
}