Skip to content

KDXr::ProjectionLayer

#include <compositor.h>

Public Attributes

Name
CompositionLayerType type
KDGpu::Handle< ReferenceSpace_t > referenceSpace
CompositionLayerFlags flags
std::span< ProjectionLayerView > views
std::span< DepthInfo > depthInfos

Public Attributes Documentation

variable type

1
CompositionLayerType type;

variable referenceSpace

1
KDGpu::Handle< ReferenceSpace_t > referenceSpace;

variable flags

1
CompositionLayerFlags flags { CompositionLayerFlagBits::MaxEnum };

variable views

1
std::span< ProjectionLayerView > views;

variable depthInfos

1
std::span< DepthInfo > depthInfos;

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