Parsec

ParsecHostVulkanSubmitFrame

ParsecStatusParsecHostVulkanSubmitFrame(Parsec *
ps,
uint8_t
stream,
ParsecVkArgs *
args,
ParsecVkImage *
frame
)

Submit rendered Vulkan frame to connected guests. HOST_GAME only. Windows only.

Parameters

DirectionNameDescription
inpsParsec instance returned by ParsecInit.
instreamVideo stream index. Must be less than NUM_VSTREAMS.
inargsAll required ParsecVkArgs to capture the data.
inframeCast to VkImage representing a rendered frame.

Returns

PARSEC_OK if the frame was submitted successfully, otherwise a ParsecStatus error value.