VRVulkanTextureData_t

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

Members

Variables

m_nFormat
uint m_nFormat;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_nHeight
uint m_nHeight;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_nImage
ulong m_nImage;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_nQueueFamilyIndex
uint m_nQueueFamilyIndex;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_nSampleCount
uint m_nSampleCount;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_nWidth
uint m_nWidth;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_pDevice
VkDevice_T m_pDevice;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_pInstance
VkInstance_T m_pInstance;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_pPhysicalDevice
VkPhysicalDevice_T m_pPhysicalDevice;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

m_pQueue
VkQueue_T m_pQueue;

Data required for passing Vulkan textures to IVRCompositor::Submit. Be sure to call OpenVR_Shutdown before destroying these resources. Please see https://github.com/ValveSoftware/openvr/wiki/Vulkan for Vulkan-specific documentation

Meta