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