Esempio n. 1
0
 public DrawHelper(ShaderWrapper _wrapper)
 {
     m_wrapper = _wrapper;
     GL.UseProgram(_wrapper.m_shaderProgramHandle);
 }