Cardboard SDK types
Various types used in the Cardboard SDK.
Summary
Enumerations |
|
---|---|
CardboardEye{
|
enum Enum to distinguish left and right eyes. |
CardboardViewportOrientation{
|
enum Enum to describe the possible orientations of the viewport. |
Typedefs |
|
---|---|
CardboardDistortionRenderer
|
typedefstruct CardboardDistortionRenderer
An opaque Distortion Renderer object. |
CardboardEye
|
typedefenum CardboardEye
Enum to distinguish left and right eyes. |
CardboardEyeTextureDescription
|
typedef Struct to hold information about an eye texture. |
CardboardHeadTracker
|
typedefstruct CardboardHeadTracker
An opaque Head Tracker object. |
CardboardLensDistortion
|
typedefstruct CardboardLensDistortion
An opaque Lens Distortion object. |
CardboardMesh
|
typedefstruct CardboardMesh
Struct representing a 3D mesh with 3D vertices and corresponding UV coordinates. |
CardboardMetalDistortionRendererConfig
|
typedef Struct to set Metal distortion renderer configuration. |
CardboardMetalDistortionRendererTargetConfig
|
typedef Struct to set Metal distortion renderer target configuration. |
CardboardUv
|
typedefstruct CardboardUv
Struct to hold UV coordinates. |
CardboardViewportOrientation
|
typedef Enum to describe the possible orientations of the viewport. |
CardboardVulkanDistortionRendererConfig
|
typedef Struct to set Vulkan distortion renderer configuration. |
CardboardVulkanDistortionRendererTarget
|
typedef Struct to set Vulkan distortion renderer target. |
Structs |
|
---|---|
CardboardEyeTextureDescription |
Struct to hold information about an eye texture. |
CardboardMesh |
Struct representing a 3D mesh with 3D vertices and corresponding UV coordinates. |
CardboardMetalDistortionRendererConfig |
Struct to set Metal distortion renderer configuration. |
CardboardMetalDistortionRendererTargetConfig |
Struct to set Metal distortion renderer target configuration. |
CardboardUv |
Struct to hold UV coordinates. |
CardboardVulkanDistortionRendererConfig |
Struct to set Vulkan distortion renderer configuration. |
CardboardVulkanDistortionRendererTarget |
Struct to set Vulkan distortion renderer target. |
Enumerations
CardboardEye
CardboardEye
CardboardViewportOrientation
CardboardViewportOrientation
Enum to describe the possible orientations of the viewport.
Typedefs
CardboardDistortionRenderer
struct CardboardDistortionRenderer CardboardDistortionRenderer
An opaque Distortion Renderer object.
CardboardEyeTextureDescription
struct CardboardEyeTextureDescription CardboardEyeTextureDescription
Struct to hold information about an eye texture.
CardboardHeadTracker
struct CardboardHeadTracker CardboardHeadTracker
An opaque Head Tracker object.
CardboardLensDistortion
struct CardboardLensDistortion CardboardLensDistortion
An opaque Lens Distortion object.
CardboardMesh
struct CardboardMesh CardboardMesh
Struct representing a 3D mesh with 3D vertices and corresponding UV coordinates.
CardboardMetalDistortionRendererConfig
struct CardboardMetalDistortionRendererConfig CardboardMetalDistortionRendererConfig
Struct to set Metal distortion renderer configuration.
CardboardMetalDistortionRendererTargetConfig
struct CardboardMetalDistortionRendererTargetConfig CardboardMetalDistortionRendererTargetConfig
Struct to set Metal distortion renderer target configuration.
CardboardViewportOrientation
enum CardboardViewportOrientation CardboardViewportOrientation
Enum to describe the possible orientations of the viewport.
CardboardVulkanDistortionRendererConfig
struct CardboardVulkanDistortionRendererConfig CardboardVulkanDistortionRendererConfig
Struct to set Vulkan distortion renderer configuration.
CardboardVulkanDistortionRendererTarget
struct CardboardVulkanDistortionRendererTarget CardboardVulkanDistortionRendererTarget
Struct to set Vulkan distortion renderer target.