Changes

184 bytes added ,  04:38, 10 December 2015
Line 177: Line 177:  
|-
 
|-
 
|OSScreenClearBufferEx
 
|OSScreenClearBufferEx
βˆ’
|uint32_t OSScreenClearBufferEx(int bufferNum, uint32_t colour);
+
|void OSScreenClearBufferEx(int bufferNum, uint32_t colour);
βˆ’
|Fill the specified buffer with a certain color.
+
|Fill the specified buffer with a certain color. This writes the input u32 value to coreinit screen state, then copies that u32 in state to every u32 in the single framebuffer(calculated with the total bytesize of a single framebuffer).
 
|-
 
|-
 
|OSScreenPutPixelEx
 
|OSScreenPutPixelEx
340

edits