![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Functions | |
| int | WSCW_CreateBrowser (const char *url, int width, int height) |
| Create an off-screen browser and navigate to a URL. | |
| WSCWResult | WSCW_DestroyBrowser (int browserId) |
| Destroy a browser and free resources. | |
| int WSCW_CreateBrowser | ( | const char * | url, |
| int | width, | ||
| int | height ) |
Create an off-screen browser and navigate to a URL.
| url | Initial URL to load (e.g. "https://example.com"). |
| width | Virtual viewport width in pixels. |
| height | Virtual viewport height in pixels. |
| WSCWResult WSCW_DestroyBrowser | ( | int | browserId | ) |
Destroy a browser and free resources.
| browserId | Browser ID. |