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 2024-09-10 at 00:01:28 +0000