6 lines
123 B
C++
6 lines
123 B
C++
#include "PolyVoxExample.h"
|
|
|
|
void PolyVoxExample::setShader(QSharedPointer<QGLShaderProgram> shader)
|
|
{
|
|
mShader = shader;
|
|
} |