Skip to content

KDXr::DepthInfo

#include <compositor.h>

Public Attributes

Name
SwapchainSubTexture depthSwapchainSubTexture
float minDepth
float maxDepth
float nearZ
float farZ

Public Attributes Documentation

variable depthSwapchainSubTexture

1
SwapchainSubTexture depthSwapchainSubTexture {};

variable minDepth

1
float minDepth { 0.0f };

variable maxDepth

1
float maxDepth { 1.0f };

variable nearZ

1
float nearZ { 0.0f };

variable farZ

1
float farZ { 1.0f };

Updated on 2025-01-04 at 00:07:55 +0000