You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Procedure getCLImageInfoFromVkImageInfo returns image width/height/depth 256x256x10 despite the fact image has 256x16x10 dimensions. Source of the problem is invalid usage of get2DImageDimensions which computes height without taking into accout depth value:
height = totalImageSize / row_pitch;
The text was updated successfully, but these errors were encountered:
Procedure
getCLImageInfoFromVkImageInfo
returns image width/height/depth 256x256x10 despite the fact image has 256x16x10 dimensions. Source of the problem is invalid usage ofget2DImageDimensions
which computes height without taking into accout depth value:The text was updated successfully, but these errors were encountered: