Docs @ Psychtoolbox Wiki : moglputbuffer

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

moglputbuffer

PsychtoolboxPsychOpenGLMOGLwrap

moglputbuffer(inputmatrix, ptr, nrbytes) -- Copy content of matrix to buffer.

This copies the content of the matrix 'inputmatrix' into the mogl memory
buffer 'ptr' which was previously created via calls to ptr = moglmalloc(...)
or ptr = moglcalloc(...). At most nrbytes are copied - if the target buffer
is too small for nrbytes, only the amount is copied that fits into the buffer.

Be careful to avoid setting nrbytes to a size that exceeds the size of
inputmatrix, or Matlab/Octave will possibly crash or do other nasty things!




Path   Retrieve current version of moglputbuffer.m from berliOS: beta | view WebSVN changelog of trunk branch
Psychtoolbox/PsychOpenGL/MOGL/wrap/moglputbuffer.m


Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0238 seconds