HoviTron Video Pipeline
Data Fields
HvtStreamingContextCreateInfo Struct Reference

Parameters for the creation of the Streaming context. More...

#include <HvtStreamingAPI.h>

Data Fields

uint8_t graphicsDeviceUUID [VK_UUID_SIZE]
 
uint32_t headerVersion
 

Detailed Description

Parameters for the creation of the Streaming context.

for the UUID reference : https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#matching-device-uuids-vul-int https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceIDProperties.html

for the UUID reference : https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#matching-device-uuids-vul-int https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceIDProperties.html

Definition at line 383 of file AcqKiRT/include/HvtStreamingAPI.h.

Field Documentation

◆ graphicsDeviceUUID

uint8_t HvtStreamingContextCreateInfo::graphicsDeviceUUID

UUID of the graphics device the client uses, client will only give memory handles to this device

Definition at line 385 of file AcqKiRT/include/HvtStreamingAPI.h.

◆ headerVersion

uint32_t HvtStreamingContextCreateInfo::headerVersion

Version of the header the client is using, client will pass HVT_HEADER_VERSION here, server should check that major and minor match

Definition at line 386 of file AcqKiRT/include/HvtStreamingAPI.h.


The documentation for this struct was generated from the following files: