Skip to content

Commit

Permalink
Merge pull request vitasdk#691 from isage/gxmyuv
Browse files Browse the repository at this point in the history
gxm: add sceGxmSetYuvProfile
  • Loading branch information
Princess-of-Sleeping authored Mar 24, 2022
2 parents a8e46e1 + bbd22d5 commit 585b3ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/psp2/gxm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,8 @@ void sceGxmSetBackVisibilityTestOp(SceGxmContext *context, SceGxmVisibilityTestO
void sceGxmSetFrontVisibilityTestEnable(SceGxmContext *context, SceGxmVisibilityTestMode enable);
void sceGxmSetBackVisibilityTestEnable(SceGxmContext *context, SceGxmVisibilityTestMode enable);

int sceGxmSetYuvProfile(SceGxmContext *context, unsigned int index, SceGxmYuvProfile profile);

void sceGxmFinish(SceGxmContext *context);

int sceGxmPushUserMarker(SceGxmContext *context, const char *tag);
Expand Down

0 comments on commit 585b3ef

Please sign in to comment.