From 85c0e6c34827b450b5c7f37c03d7781d414bbd58 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 7 Jun 2023 13:27:36 -0700 Subject: [PATCH] update Refresh_SetTextureDataYUV header comment --- include/Refresh.h | 2 ++ 1 file changed, 2 insertions(+) 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,