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