get_image_width |
Demande la largeur de l'image |
|---|---|
| OpenCL | |
Syntaxe
| int get_image_width(aQual image2d_t image) |
| int get_image_width(aQual image3d_t image) |
| int get_image_width(aQual image1d_t image) |
| int get_image_width(aQual image1d_buffer_t image) |
| int get_image_width(aQual image1d_array_t image) |
| int get_image_width(aQual image2d_array_t image) |
| int get_image_width(aQual image2d_depth_t image) |
| int get_image_width(aQual image2d_array_depth_t image) |
| int get_image_width(aQual image2d_msaa_t image) |
| int get_image_width(aQual image2d_array_msaa_t image) |
| int get_image_width(aQual image2d_msaa_depth_t image) |
| int get_image_width(aQual image2d_array_msaa_depth_t image) |
Description
Cette fonction permet de retourner la largeur (en pixels) d'une image 1D, 2D ou 3D.
Dernière mise à jour : Mardi, le 8 Juillet 2025