diff --git a/include/Refresh.h b/include/Refresh.h index 19b888e..98a244b 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -790,6 +790,8 @@ REFRESHAPI void Refresh_SetTextureData( * vData: A pointer to the raw V image data. * yDataLength: The size of the Y image data in bytes. * uvDataLength: The size of the UV image data in bytes. + * yStride: The length of a Y image data row in bytes. + * uvStride: The length of a UV image data row in bytes. */ REFRESHAPI void Refresh_SetTextureDataYUV( Refresh_Device *driverData,