update Refresh_SetTextureDataYUV header comment
continuous-integration/drone/pr Build is passing
Details
continuous-integration/drone/pr Build is passing
Details
parent
b14574df6a
commit
85c0e6c348
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue