In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
274 bytes added ,  22:05, 8 April 2015
Line 91: Line 91:  
|uint32_t OSScreenFlipBuffersEx(uint32_t bufferNum);
 
|uint32_t OSScreenFlipBuffersEx(uint32_t bufferNum);
 
|Flip/Switch to the buffer at "bufferNum"
 
|Flip/Switch to the buffer at "bufferNum"
 +
|-
 +
|OSScreenClearBufferEx
 +
|uint32_t OSScreenClearBufferEx(uint32_t bufferNum, uint32_t colour);
 +
|Fills the screen.
 +
|-
 +
|OSScreenPutFontEx
 +
|uint32_t OSScreenPutPixelEx)(uint32_t bufferNum, uint32_t posX, uint32_t posY, uint32_t colour);
 +
|Draws a pixel to the specified cords
 
|-
 
|-
 
|OSScreenPutFontEx
 
|OSScreenPutFontEx
 
|uint32_t OSScreenPutFontEx(uint32_t bufferNum, uint32_t posX, uint32_t posY, void* buffer);
 
|uint32_t OSScreenPutFontEx(uint32_t bufferNum, uint32_t posX, uint32_t posY, void* buffer);
|Write text to the screen; unlike OSFatal this doesn't halt your system.
+
|Writes text to the screen; unlike OSFatal this doesn't halt your system.
 
|}
 
|}
  
91

edits

Navigation menu