Showing changes from revision #5 to #6:
Added | Removed | Changed
uint HAL_VideoRender(uint flags, uint op, void *params)
Entry | |
---|---|
flags | GraphicsV 13 flags |
op | GraphicsV 13 operation |
params | GraphicsV 13 parameter block |
Exit | |
---|---|
>=0 | Render operation was performed |
<0 | Render operation was not performed |
This is an internal call for OS use only and should not be used by user software. User software should use GraphicsV instead of interacting with the HAL directly.
This call allows the HAL to implement the functionality of GraphicsV 13.