More work splitting example framework into two pieces.
This commit is contained in:
@ -1 +1,6 @@
|
||||
#include "PolyVoxExample.h"
|
||||
|
||||
void PolyVoxExample::setShader(QSharedPointer<QGLShaderProgram> shader)
|
||||
{
|
||||
mShader = shader;
|
||||
}
|
Reference in New Issue
Block a user