VROverlayError GetOverlayImageData( VROverlayHandle_t ulOverlayHandle, void *pvBuffer, uint32_t unBufferSize, uint32_t *punWidth, uint32_t *punHeight )
Gets the raw image data from an overlay.
VROverlayHandle_t ulOverlayHandle
- Overlay to get image data forvoid *pvBuffer
- Application provided buffer to put image data inuint32_t unBufferSize
- Size of the provided buffer in bytesuint32_t *punWidth
- Width of the overlay image in pixelsuint32_t *punHeight
- Height of the overlay image in pixelsDescription
Gets the raw image data from an overlay. Overlay image data is always returned as RGBA data, 4 bytes per pixel. If the buffer is not large enough, width and height will be set and VROverlayError_ArrayTooSmall is returned.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4