polyvox/examples/common/PolyVoxExample.cpp

6 lines
123 B
C++

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