mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
7 lines
No EOL
155 B
C
7 lines
No EOL
155 B
C
#pragma once
|
|
|
|
void Rgb2Nv12(const uint8* rgbImage,
|
|
unsigned imageWidth,
|
|
unsigned imageHeight,
|
|
uint8* outNv12Image,
|
|
unsigned nv12Pitch); |