Skip to content

KDXr::QuadLayer

#include <compositor.h>

Public Attributes

Name
CompositionLayerType type
KDGpu::Handle< ReferenceSpace_t > referenceSpace
CompositionLayerFlags flags
EyeVisibility eyeVisibility
SwapchainSubTexture swapchainSubTexture
Pose pose
KDGpu::Extent2Df size

Public Attributes Documentation

variable type

1
CompositionLayerType type;

variable referenceSpace

1
KDGpu::Handle< ReferenceSpace_t > referenceSpace;

variable flags

1
CompositionLayerFlags flags { CompositionLayerFlagBits::MaxEnum };

variable eyeVisibility

1
EyeVisibility eyeVisibility;

variable swapchainSubTexture

1
SwapchainSubTexture swapchainSubTexture {};

variable pose

1
Pose pose {};

variable size

1
KDGpu::Extent2Df size {};

Updated on 2024-09-10 at 00:01:30 +0000