~ubuntu-branches/ubuntu/trusty/khronos-opencl-man/trusty

« back to all changes in this revision

Viewing changes to imageDescriptor.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-08-26 14:08:13 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130826140813-0220fw7m8xn0ggvk
Tags: 1.0~svn22836-1
* Do not delete index.html, remove lintian error
* Move to Debian OpenCL Maintainers
* Use canonical URLs for debian VCS

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                <tbody>
52
52
                    <row>
53
53
                        <entry>typedef struct _cl_image_desc {
 
54
          cl_mem_object_type image_type;
54
55
          size_t image_width;
55
56
          size_t image_height;
56
57
          size_t image_depth;