Skip to content

KDGpuExample::OrthoOptions

#include <view_projection.h>

Public Attributes

Public Attributes Documentation

variable left

1
float left { -1.0f };

variable right

1
float right { 1.0f };

variable bottom

1
float bottom { -1.0f };

variable top

1
float top { 1.0f };

variable nearPlane

1
float nearPlane { -1.0f };

variable farPlane

1
float farPlane { 1.0f };

variable applyPostViewCorrection

1
ApplyPostViewCorrection applyPostViewCorrection { ApplyPostViewCorrection::Yes };

Updated on 2025-04-12 at 00:01:44 +0000