mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 11:09:21 +01:00
whb/gfx: Capitalise v in WHBGfxGetTVColourBuffer
All the other public whb/gfx functions capitalise DRC and TV, so do that here.
This commit is contained in:
parent
78ee1c51bc
commit
1df3d9a40d
@ -93,7 +93,7 @@ BOOL
|
|||||||
WHBGfxFreeTexture(GX2Texture *texture);
|
WHBGfxFreeTexture(GX2Texture *texture);
|
||||||
|
|
||||||
GX2ColorBuffer *
|
GX2ColorBuffer *
|
||||||
WHBGfxGetTvColourBuffer();
|
WHBGfxGetTVColourBuffer();
|
||||||
|
|
||||||
GX2DepthBuffer *
|
GX2DepthBuffer *
|
||||||
WHBGfxGetTVDepthBuffer();
|
WHBGfxGetTVDepthBuffer();
|
||||||
|
@ -542,7 +542,7 @@ WHBGfxFinishRenderTV()
|
|||||||
}
|
}
|
||||||
|
|
||||||
GX2ColorBuffer *
|
GX2ColorBuffer *
|
||||||
WHBGfxGetTvColourBuffer()
|
WHBGfxGetTVColourBuffer()
|
||||||
{
|
{
|
||||||
return &sTvColourBuffer;
|
return &sTvColourBuffer;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user