Docs @ Psychtoolbox Wiki : glTexSubImage3D

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

glTexSubImage3D

PsychtoolboxPsychOpenGLMOGLwrap

glTexSubImage3D Interface to OpenGL function glTexSubImage3D

usage: glTexSubImage3D( target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels )

C function: void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels)




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


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