ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/OpenCL.pm
(Generate patch)

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.36 by root, Thu Apr 19 14:34:56 2012 UTC vs.
Revision 1.37 by root, Thu Apr 19 14:36:46 2012 UTC

1068 1068
1069=for gengetinfo begin gl_texture 1069=for gengetinfo begin gl_texture
1070 1070
1071=item $GLenum = $gl_texture->target 1071=item $GLenum = $gl_texture->target
1072 1072
1073Calls C<clGetGlTextureInfo> with C<CL_GL_TEXTURE_TARGET> and returns the result. 1073Calls C<clGetGLTextureInfo> with C<CL_GL_TEXTURE_TARGET> and returns the result.
1074 1074
1075=item $GLint = $gl_texture->gl_mipmap_level 1075=item $GLint = $gl_texture->gl_mipmap_level
1076 1076
1077Calls C<clGetGlTextureInfo> with C<CL_GL_MIPMAP_LEVEL> and returns the result. 1077Calls C<clGetGLTextureInfo> with C<CL_GL_MIPMAP_LEVEL> and returns the result.
1078 1078
1079=for gengetinfo end gl_texture 1079=for gengetinfo end gl_texture
1080 1080
1081=back 1081=back
1082 1082

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines