update Refresh_SetTextureDataYUV header comment
continuous-integration/drone/pr Build is passing Details

pull/42/head
cosmonaut 2023-06-07 13:27:36 -07:00
parent b14574df6a
commit 85c0e6c348
1 changed files with 2 additions and 0 deletions

View File

@ -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,