SDL.Video.Texture.update_yuv – sdl2 Reference Manual
update_yuv
Description:
[
Version
( since =
"2.0.1"
) ]
[
CCode
( cname =
"SDL_UpdateYUVTexture"
) ]
public
int
update_yuv
(
Rect
? rect,
uint8
[] yplane,
int
ypitch,
uint8
[] uplane,
int
upitch,
uint8
[] vplane,
int
vpitch)
2022 vala-language.org