Function SetRenderingParameters
From Uzebox
| Prototype |
|
|---|---|
| Description |
Dynamically set the number of scanlines to render and also from which scanline rendering should start. This function can be used to temporarily lower the kernel's CPU usage. |
| Parameters |
|
| Returns |
Void |
| Video Modes |
All |
| Since |
V3.3 |
| Notes |
Don't set the lines to render to zero or calls to WaitVsync() will hang. |
Example:
//set first scanline to render to 112, and render 1 line SetRenderingParameters(112, 1);