Dear PsychToolboxers,
We are fortunate to have this wonderful suite of CreateProcedural* functions on hand. My one complaint is that they spit out little messages every time you create a procedural texture e.g.
I will need to create a new procedural texture on each trial, I believe, because the size of the texture on screen might vary from one trial to another ; of course, I will carefully close each texture at the end of each trial. I would like to avoid filling my terminal with these "Building a ..." messages, because they'd swamp out other messages about the subject's performance. Is that possible?
Cheers,
Jackson
We are fortunate to have this wonderful suite of CreateProcedural* functions on hand. My one complaint is that they spit out little messages every time you create a procedural texture e.g.
Building a vertex shader:Reading shader from file /usr/share/matlab/site/m/psychtoolbox-3/PsychOpenGL/PsychGLSLShaders/BasicSineGratingShader.vert.txt ...
Building a fragment shader:Reading shader from file /usr/share/matlab/site/m/psychtoolbox-3/PsychOpenGL/PsychGLSLShaders/ApertureSineGratingShader.frag.txt ...
Building a fragment shader:Reading shader from file /usr/share/matlab/site/m/psychtoolbox-3/PsychOpenGL/PsychGLSLShaders/ApertureSineGratingShader.frag.txt ...
I will need to create a new procedural texture on each trial, I believe, because the size of the texture on screen might vary from one trial to another ; of course, I will carefully close each texture at the end of each trial. I would like to avoid filling my terminal with these "Building a ..." messages, because they'd swamp out other messages about the subject's performance. Is that possible?
Cheers,
Jackson