ParsecHostVulkanSubmitFrame
ParsecStatusParsecHostVulkanSubmitFrame(Parsec *ps,uint8_tstream,ParsecVkArgs *args,ParsecVkImage *frame)
Submit rendered Vulkan frame to connected guests. HOST_GAME
only. Windows only.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | stream | Video stream index. Must be less than NUM_VSTREAMS . |
in | args | All required ParsecVkArgs to capture the data. |
in | frame | Cast to VkImage representing a rendered frame. |
Returns
PARSEC_OK
if the frame was submitted successfully, otherwise a ParsecStatus
error value.