mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 17:09:09 +00:00
Merge pull request #217 from pspdev/small-doc-fix-vram
Remove incorrect part of a comment in pspgu.h
This commit is contained in:
@@ -1511,7 +1511,7 @@ void guSwapBuffersCallback(GuSwapBuffersCallback callback);
|
|||||||
* - GU_PSM_8888 - Truecolor, 32-bit
|
* - GU_PSM_8888 - Truecolor, 32-bit
|
||||||
*
|
*
|
||||||
* @param width - Width of the buffer, usually 512 (must be a power of 2)
|
* @param width - Width of the buffer, usually 512 (must be a power of 2)
|
||||||
* @param height - Height of the buffer, normally the height of the screen 272 (must be a power of 2)
|
* @param height - Height of the buffer, normally the height of the screen 272
|
||||||
* @param psm - Which pixel format to use
|
* @param psm - Which pixel format to use
|
||||||
*
|
*
|
||||||
* @return A pointer to the buffer's relative to vram start (as required by sceGuDispBuffer, sceGuDrawBuffer, sceGuDepthBuffer and sceGuDrawBufferList)
|
* @return A pointer to the buffer's relative to vram start (as required by sceGuDispBuffer, sceGuDrawBuffer, sceGuDepthBuffer and sceGuDrawBufferList)
|
||||||
|
Reference in New Issue
Block a user