CardboardVulkanDistortionRendererConfig
#include <cardboard.h>
Struct to set Vulkan distortion renderer configuration.
Summary
Public attributes |
|
---|---|
logical_device
|
uint64_t
The logical device available for the rendering.
|
physical_device
|
uint64_t
The physical device available for the rendering.
|
vk_swapchain
|
uint64_t
The swapchain that owns the buffers into which the scene is rendered.
|
Public attributes
logical_device
uint64_t CardboardVulkanDistortionRendererConfig::logical_device
The logical device available for the rendering.
This field holds a VkDevice value. Maintained by the user.
physical_device
uint64_t CardboardVulkanDistortionRendererConfig::physical_device
The physical device available for the rendering.
This field holds a VkPhysicalDevice value. Maintained by the user.
vk_swapchain
uint64_t CardboardVulkanDistortionRendererConfig::vk_swapchain
The swapchain that owns the buffers into which the scene is rendered.
This field holds a VkSwapchainKHR value. Maintained by the user.