KDGpuExample
Classes
Types
Functions
Attributes
Types Documentation
enum ApplyPostViewCorrection
| Enumerator | 
Value | 
Description | 
| No | 
 | 
 | 
| Yes | 
 | 
 | 
Functions Documentation
function postViewCorrection
 | glm::mat4 postViewCorrection()
  | 
 
function ortho
 | glm::mat4 ortho(
    const OrthoOptions & options
)
  | 
 
function perspective
 | glm::mat4 perspective(
    const PerspectiveOptions & options
)
  | 
 
function perspective
 | glm::mat4 perspective(
    const AsymmetricPerspectiveOptions & options
)
  | 
 
function perspective
 | glm::mat4 perspective(
    const AsymmetricFieldOfViewPerspectiveOptions & options
)
  | 
 
function viewMatrix
 | glm::mat4 viewMatrix(
    const ViewMatrixOptions & options
)
  | 
 
Attributes Documentation
variable MAX_FRAMES_IN_FLIGHT
 | uint32_t MAX_FRAMES_IN_FLIGHT = 2;
  | 
 
Updated on 2025-07-08 at 12:01:10 +0000